Hello community,

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

Package is "python-amqpstorm"

Thu Jun 11 10:08:15 2020 rev:10 rq:813214 version:2.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-amqpstorm/python-amqpstorm.changes        
2020-01-17 16:08:24.540525818 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-amqpstorm.new.3606/python-amqpstorm.changes  
    2020-06-11 10:08:49.855958487 +0200
@@ -1,0 +2,5 @@
+Wed Jun 10 11:40:37 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose with pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-amqpstorm.spec ++++++
--- /var/tmp/diff_new_pack.eR0Iza/_old  2020-06-11 10:08:52.747967742 +0200
+++ /var/tmp/diff_new_pack.eR0Iza/_new  2020-06-11 10:08:52.751967755 +0200
@@ -26,9 +26,8 @@
 URL:            https://github.com/eandersson/amqpstorm
 Source:         
https://files.pythonhosted.org/packages/source/A/AMQPStorm/AMQPStorm-%{version}.tar.gz
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose-timer}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pamqp >= 2.0.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -65,7 +64,7 @@
 
 %check
 # test_heartbeat_basic_raise_on_missed_heartbeats randomly fails
-%python_expand nosetests-%{$python_bin_suffix} -v amqpstorm/tests/unit -e 
test_heartbeat_basic_raise_on_missed_heartbeats
+%pytest amqpstorm/tests/unit/* -k "not 
test_heartbeat_basic_raise_on_missed_heartbeats"
 
 %files %{python_files}
 %license LICENSE


Reply via email to