Hello community,

here is the log from the commit of package python-pyrad for openSUSE:Factory 
checked in at 2020-06-18 10:27:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyrad (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyrad.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyrad"

Thu Jun 18 10:27:46 2020 rev:3 rq:815522 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyrad/python-pyrad.changes        
2020-03-23 12:50:45.611963939 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyrad.new.3606/python-pyrad.changes      
2020-06-18 10:28:02.928809710 +0200
@@ -1,0 +2,5 @@
+Wed Jun 17 12:57:21 UTC 2020 - pgaj...@suse.com
+
+- nose -> pytest
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyrad.spec ++++++
--- /var/tmp/diff_new_pack.82QXCp/_old  2020-06-18 10:28:03.896812631 +0200
+++ /var/tmp/diff_new_pack.82QXCp/_new  2020-06-18 10:28:03.896812631 +0200
@@ -25,7 +25,7 @@
 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 @@
 %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


Reply via email to