From 543f51c09946bd6dc0426fee59c43cf6143fa8747a3284331ac9b5000d0cf30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 17 Jun 2020 13:10:09 +0000 Subject: [PATCH] Accepting request 815517 from home:pgajdos:python - nose -> pytest OBS-URL: https://build.opensuse.org/request/show/815517 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrad?expand=0&rev=7 --- python-pyrad.changes | 5 +++++ python-pyrad.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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