From 47372c0e4a1f3ea7a81c3b7ccaff27a838208f1454d241657447473a675f5039 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 19 Feb 2021 11:15:13 +0000 Subject: [PATCH] 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 --- python-pyglet.changes | 5 +++++ python-pyglet.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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"