Skip tests failing with Python 3.14 in Copr

[skip changelog]
This commit is contained in:
Karolina Surma
2025-04-01 15:45:15 +02:00
committed by Miro Hrončok
parent 42d4911499
commit 72dc76a446

View File

@@ -382,6 +382,9 @@ env MPLCONFIGDIR=$PWD \
# Skip GTK3Cairo tests that are broken in virtual display.
k="${k-}${k+ and }not (test_interactive_thread_safety and gtk3cairo)"
k="${k-}${k+ and }not (test_interactive_timers and gtk3cairo)"
# These two segfault, resp. timeout in Python 3.14 Copr test environment
k="${k-}${k+ and }not test_interactive_thread_safety"
k="${k-}${k+ and }not test_figuremanager_cleans_own_mainloop"
# Run backend tests with Wayland.
wlheadless-run -- env MPLCONFIGDIR=$PWD GDK_BACKEND=wayland QT_QPA_PLATFORM=wayland \
%{pytest} -vra -n auto \