From 67a0a633c8a8802a0186d9cdb55e6de098d1d1401be5e017310ede06ef774cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Aug 2020 06:15:54 +0000 Subject: [PATCH] Accepting request 827117 from home:jayvdb:py-submit Replace nose with pytest OBS-URL: https://build.opensuse.org/request/show/827117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redmine?expand=0&rev=7 --- python-python-redmine.changes | 5 +++++ python-python-redmine.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-python-redmine.changes b/python-python-redmine.changes index 102732b..27100e0 100644 --- a/python-python-redmine.changes +++ b/python-python-redmine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 16 21:15:30 UTC 2020 - John Vandenberg + +- Replace nose with pytest + ------------------------------------------------------------------- Wed Aug 5 09:33:59 UTC 2020 - Marketa Calabkova diff --git a/python-python-redmine.spec b/python-python-redmine.spec index ac002b4..29a2483 100644 --- a/python-python-redmine.spec +++ b/python-python-redmine.spec @@ -27,7 +27,7 @@ Group: Development/Languages/Python URL: https://python-redmine.com Source: https://files.pythonhosted.org/packages/source/p/python-redmine/python-redmine-%{version}.tar.gz BuildRequires: %{python_module coverage} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.23.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -56,7 +56,7 @@ powerful Pythonic API inspired by a well-known Django ORM. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE