14
0
forked from pool/python-pyrad

Accepting request 815522 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/815522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrad?expand=0&rev=3
This commit is contained in:
2020-06-18 08:27:46 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -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 <mcalabkova@suse.com>

View File

@@ -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