From b2da5722bbe402d1667381a7431c0ceb8f029ecb36e5f5fa54c928e8a3ca4832 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 3 Apr 2025 16:34:26 +0000 Subject: [PATCH] Accepting request 1266923 from home:alarrosa:branches:devel:languages:python:numeric - Disable two more tests in SLFO that use Qt bindings. OBS-URL: https://build.opensuse.org/request/show/1266923 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=114 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 3 +++ 2 files changed, 8 insertions(+) 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.