diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 5d4998d..2452e9f 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 3 15:16:55 UTC 2025 - Antonio Larrosa + +- Disable two more tests in SLFO that use Qt bindings. + ------------------------------------------------------------------- Mon Mar 24 12:24:37 UTC 2025 - Antonio Larrosa diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 1899f4c..e6e369c 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -359,6 +359,9 @@ skip_tests+=" or (test_backend_pgf and test_rcupdate)" # 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.