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 2024-10-23 21:08:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib"

Wed Oct 23 21:08:01 2024 rev:111 rq:1217299 version:3.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2024-10-04 17:08:37.132011245 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.26871/python-matplotlib.changes
   2024-10-23 21:08:06.217273951 +0200
@@ -1,0 +2,5 @@
+Wed Oct 23 08:30:59 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Fix tests for Leap 16.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.T6IonB/_old  2024-10-23 21:08:06.941304010 +0200
+++ /var/tmp/diff_new_pack.T6IonB/_new  2024-10-23 21:08:06.945304176 +0200
@@ -341,20 +341,31 @@
 # image comparison failures due to precisions dicrepancies to the x86 produced 
references
 skip_tests+=" or png or svg or pdf"
 %endif
+
+# Fails in SLFO:Main
+%if 0%{?suse_version} <= %SLE_VERSION
+# Timeout, this test freeze forever
+skip_tests+=" or test_determinism"
+skip_tests+=" or test_pcolormesh[png] or test_pcolormesh_alpha[png]"
+%endif
+
 # backend tests landing in the wrong xdist process may fail with an error. 
Test them without xdist.
 no_xdist="test_backend or test_span_selector_animated_artists_callback"
 %{python_expand # see https://matplotlib.org/devdocs/devel/testing.html#testing
 # if one of the pyargs modules is not present, the xargs collection looks empty
+# Ignore ImportWarning that happens with gtk3
 $python -m pytest --pyargs matplotlib.tests \
                            mpl_toolkits.axes_grid1.tests \
                            mpl_toolkits.axisartist.tests \
                            mpl_toolkits.mplot3d.tests \
                   -n auto \
+                  -W "ignore::ImportWarning" \
                   -m "not network" \
                   -vv -rsfE \
                   -k "not (${no_xdist} ${skip_tests})"
 $python -m pytest --pyargs matplotlib.tests \
                   -vv -rsfE \
+                  -W "ignore::ImportWarning" \
                   -k "(${no_xdist}) and not (${skip_tests:4})"
 }
 %endif

Reply via email to