diff --git a/python-pyrad.changes b/python-pyrad.changes index 6e22621..2b5ec7c 100644 --- a/python-pyrad.changes +++ b/python-pyrad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 17 12:57:21 UTC 2020 - pgajdos@suse.com + +- nose -> pytest + ------------------------------------------------------------------- Fri Mar 20 13:09:37 UTC 2020 - Marketa Calabkova diff --git a/python-pyrad.spec b/python-pyrad.spec index b115665..ea8ee5d 100644 --- a/python-pyrad.spec +++ b/python-pyrad.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause URL: https://github.com/pyradius/pyrad Source0: https://github.com/pyradius/pyrad/archive/%{version}.tar.gz BuildRequires: %{python_module netaddr} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: netcfg @@ -49,7 +49,7 @@ them and decoding responses. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v +%pytest -v -s pyrad/tests/*.py %files %{python_files} %license LICENSE.txt