Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-CherryPy for openSUSE:Factory
checked in at 2024-01-26 22:45:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CherryPy (Old)
and /work/SRC/openSUSE:Factory/.python-CherryPy.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-CherryPy"
Fri Jan 26 22:45:58 2024 rev:38 rq:1141502 version:18.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CherryPy/python-CherryPy.changes
2024-01-17 22:14:53.538098566 +0100
+++
/work/SRC/openSUSE:Factory/.python-CherryPy.new.1815/python-CherryPy.changes
2024-01-26 22:46:02.297542528 +0100
@@ -1,0 +2,5 @@
+Thu Jan 25 11:54:48 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Disable more flaky tests in s390x, bsc#1218602
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-CherryPy.spec ++++++
--- /var/tmp/diff_new_pack.ptYnu1/_old 2024-01-26 22:46:03.041569342 +0100
+++ /var/tmp/diff_new_pack.ptYnu1/_new 2024-01-26 22:46:03.045569486 +0100
@@ -105,6 +105,8 @@
sed -i "s/timeout=1/timeout=10/" cherrypy/test/helper.py
sed -i "s/timeout=5/timeout=20/" cherrypy/test/helper.py
sed -i "s/timeout=5/timeout=20/" cherrypy/test/test_states.py
+# flaky test
+donttest+=" or test_wait_publishes_periodically"
%endif
%pytest -k "not ($donttest)"