Skip tests failing with Python 3.14 in Copr
[skip changelog]
This commit is contained in:
committed by
Miro Hrončok
parent
42d4911499
commit
72dc76a446
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user