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