14
0
forked from pool/python-pyrad

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
This commit is contained in:
Tomáš Chvátal
2020-06-17 13:10:09 +00:00
committed by Git OBS Bridge
parent 71cec2ac74
commit 543f51c099
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> 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 URL: https://github.com/pyradius/pyrad
Source0: https://github.com/pyradius/pyrad/archive/%{version}.tar.gz Source0: https://github.com/pyradius/pyrad/archive/%{version}.tar.gz
BuildRequires: %{python_module netaddr} BuildRequires: %{python_module netaddr}
BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: netcfg BuildRequires: netcfg
@@ -49,7 +49,7 @@ them and decoding responses.
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v %pytest -v -s pyrad/tests/*.py
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt