Hello community,

here is the log from the commit of package python-aiorpcX for openSUSE:Factory 
checked in at 2020-04-25 20:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiorpcX (Old)
 and      /work/SRC/openSUSE:Factory/.python-aiorpcX.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aiorpcX"

Sat Apr 25 20:34:37 2020 rev:6 rq:797272 version:0.18.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiorpcX/python-aiorpcX.changes    
2020-01-17 16:08:30.400528590 +0100
+++ /work/SRC/openSUSE:Factory/.python-aiorpcX.new.2738/python-aiorpcX.changes  
2020-04-25 20:36:46.483067585 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 18:13:36 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Skip over tests failing on Python 3.8 (gh#kyuupichan/aiorpcX#30)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-aiorpcX.spec ++++++
--- /var/tmp/diff_new_pack.fASMQT/_old  2020-04-25 20:36:47.323069316 +0200
+++ /var/tmp/diff_new_pack.fASMQT/_new  2020-04-25 20:36:47.323069316 +0200
@@ -59,8 +59,12 @@
 
 %check
 # the two disabled tests below need network
+SKIP_TESTS="test_auto_detect_address_failure or 
test_create_connection_resolve_good"
 # test_slow_connection_aborted - randomly fails, out of 10 runs 6 fails
-%pytest -k 'not (test_auto_detect_address_failure or 
test_create_connection_resolve_good or test_slow_connection_aborted)'
+SKIP_TESTS="$SKIP_TESTS or test_slow_connection_aborted"
+# Fails with Python 3.8 gh#kyuupichan/aiorpcX#30
+SKIP_TESTS="$SKIP_TESTS or test_nested_context_timeout2 or 
test_nested_context_timeout3 or test_handler_invocation or test_random"
+%pytest -k "not ($SKIP_TESTS)"
 
 %files %{python_files}
 %doc README.rst


Reply via email to