Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-qtconsole for 
openSUSE:Factory checked in at 2025-12-20 21:47:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtconsole (Old)
 and      /work/SRC/openSUSE:Factory/.python-qtconsole.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qtconsole"

Sat Dec 20 21:47:03 2025 rev:37 rq:1323817 version:5.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qtconsole/python-qtconsole.changes        
2025-11-24 14:10:27.884486692 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-qtconsole.new.1928/python-qtconsole.changes  
    2025-12-20 21:49:44.039246697 +0100
@@ -1,0 +2,5 @@
+Sat Dec 20 14:53:47 UTC 2025 - Ben Greiner <[email protected]>
+
+- Another try to avoid flaky test errors (zmq related)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-qtconsole.spec ++++++
--- /var/tmp/diff_new_pack.RS1j5N/_old  2025-12-20 21:49:44.547267729 +0100
+++ /var/tmp/diff_new_pack.RS1j5N/_new  2025-12-20 21:49:44.555268060 +0100
@@ -77,6 +77,7 @@
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-qt}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest-xvfb}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module traitlets}
@@ -118,7 +119,9 @@
 popd
 
 %check
-%pytest -ra
+# flaky zmq errors
+donttest="test_scroll or test_debug or test_input_and_print"
+%pytest -ra -n auto -k "not ($donttest)"
 
 %pre
 %python_libalternatives_reset_alternative jupyter-qtconsole

Reply via email to