Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-10-29 09:48:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyzmq.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyzmq"

Thu Oct 29 09:48:41 2020 rev:42 rq:843235 version:19.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes        
2020-09-29 18:59:16.901589690 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.3463/python-pyzmq.changes      
2020-10-29 09:48:48.072192751 +0100
@@ -1,0 +2,10 @@
+Wed Oct 14 13:59:04 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Skip failing tests (gh#zeromq/pyzmq#1431 or gh#zeromq/pyzmq#1432)
+
+-------------------------------------------------------------------
+Wed Oct 14 10:21:34 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Use pytest_arch macro instead of the construct we had there.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyzmq.spec ++++++
--- /var/tmp/diff_new_pack.2YyBqv/_old  2020-10-29 09:48:49.136193659 +0100
+++ /var/tmp/diff_new_pack.2YyBqv/_new  2020-10-29 09:48:49.136193659 +0100
@@ -99,10 +99,13 @@
 %if %{with tests}
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py build_ext --inplace
-timeout 5m bash -c '
-%pytest
-'
+# skipped tests because of gh#zeromq/pyzmq#1431
+SKIPPED_TESTS="test_buffer_numpy or test_bytes or test_curve or 
test_frame_more or "
+SKIPPED_TESTS+="test_large_send or test_lifecycle1 or test_lifecycle2 or "
+SKIPPED_TESTS+="test_memoryview_shape or test_multi_tracker or test_plain or 
test_tracker"
+# gh#zeromq/pyzmq#1432
+SKIPPED_TESTS+=" or TestSocketGreen"
+%pytest_arch -k "not (${SKIPPED_TESTS})"
 %endif
 
 %files %{python_files}


Reply via email to