Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-matplotlib for
openSUSE:Factory checked in at 2025-04-04 17:29:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
and /work/SRC/openSUSE:Factory/.python-matplotlib.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib"
Fri Apr 4 17:29:14 2025 rev:116 rq:1266936 version:3.10.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes
2025-03-25 22:17:01.474081915 +0100
+++
/work/SRC/openSUSE:Factory/.python-matplotlib.new.1907/python-matplotlib.changes
2025-04-04 17:29:30.821025615 +0200
@@ -1,0 +2,5 @@
+Thu Apr 3 15:16:55 UTC 2025 - Antonio Larrosa <[email protected]>
+
+- Disable two more tests in SLFO that use Qt bindings.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.elh06x/_old 2025-04-04 17:29:31.661060250 +0200
+++ /var/tmp/diff_new_pack.elh06x/_new 2025-04-04 17:29:31.661060250 +0200
@@ -359,6 +359,9 @@
# Timeout, this test freeze forever
skip_tests+=" or test_determinism"
skip_tests+=" or test_pcolormesh[png] or test_pcolormesh_alpha[png]"
+# The next two tests fail when there's no python qt5 bindings, as in SLFO:Main
+skip_tests+=" or test_span_selector_animated_artists_callback"
+skip_tests+=" or test_qt_missing"
%endif
# backend tests landing in the wrong xdist process may fail with an error.
Test them without xdist.