Hello community,

here is the log from the commit of package python-modernize for 
openSUSE:Factory checked in at 2020-08-25 12:37:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-modernize (Old)
 and      /work/SRC/openSUSE:Factory/.python-modernize.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-modernize"

Tue Aug 25 12:37:22 2020 rev:4 rq:827126 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-modernize/python-modernize.changes        
2020-05-26 17:23:16.948485881 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-modernize.new.3399/python-modernize.changes  
    2020-08-25 12:37:28.137397519 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 15:21:08 UTC 2020 - John Vandenberg <[email protected]>
+
+- Replace nose with pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-modernize.spec ++++++
--- /var/tmp/diff_new_pack.83lhk2/_old  2020-08-25 12:37:29.681398281 +0200
+++ /var/tmp/diff_new_pack.83lhk2/_new  2020-08-25 12:37:29.681398281 +0200
@@ -33,7 +33,7 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module dbm}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -42,6 +42,7 @@
 
 %prep
 %setup -q -n python-modernize-%{version}
+sed -i '/nose/d' setup.py
 
 %build
 %python_build
@@ -52,7 +53,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %post
 %python_install_alternative python-modernize


Reply via email to