Accepting request 1266936 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1266936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=116
This commit is contained in:
2025-04-04 15:29:14 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 3 15:16:55 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
- Disable two more tests in SLFO that use Qt bindings.
-------------------------------------------------------------------
Mon Mar 24 12:24:37 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -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.