diff --git a/python-pyglet.changes b/python-pyglet.changes index 0b006bd..40d6694 100644 --- a/python-pyglet.changes +++ b/python-pyglet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 19 10:52:14 UTC 2021 - Guillaume GARDET + +- Drop test_pause_resume test as it is unstable, especially on aarch64 + ------------------------------------------------------------------- Thu Jan 28 23:14:41 UTC 2021 - Dirk Müller diff --git a/python-pyglet.spec b/python-pyglet.spec index 645a497..e1658c8 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -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"