14
0
forked from pool/python-pyglet

Accepting request 873725 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Drop test_pause_resume test as it is unstable, especially on aarch64

OBS-URL: https://build.opensuse.org/request/show/873725
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=30
This commit is contained in:
2021-02-19 11:15:13 +00:00
committed by Git OBS Bridge
parent dfe24ab208
commit 47372c0e4a
2 changed files with 7 additions and 1 deletions

View File

@@ -217,10 +217,11 @@ sleep 5
# This is to allow use of pytest-error-for-skips and pytest-instafail,
# used to see problems even when tests hang.
# test_multiple_start_stop is occasional failures on most platforms
# test_pause_resume is occasional failures on aarch64
pytest_k_list="test_openal or test_pulse or test_arb or \
test_multitexture or test_clock or test_get_animation_no_video or \
leif_fork or test_load_privatefont or test_load_privatefont_from_list or test_directsound_listener or \
test_gdiplus_loading or test_quartz_loading or test_quicktime_loading or test_multiple_start_stop"
test_gdiplus_loading or test_quartz_loading or test_quicktime_loading or test_multiple_start_stop or test_pause_resume"
%if %{without gtk2}
pytest_k_list="$pytest_k_list or test_gdkpixbuf2 or test_gdkpixbuf2_loading"