From 3a5fafa0258bccd3e7c04a59a22a4f3afaece954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 17 Jun 2022 01:19:11 +0200 Subject: [PATCH] Skip test_push_handlers_instance --- python-pyglet.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 467544b..c88d512 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -128,13 +128,14 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/ # Media player tests are skipped -- we don't have PulseAudio running. # test_find_font_match & test_have_font skipped -- they look for a font named 'arial' # test_freetype_face tests are is skipped -- they depend on non-free font we remove +# test_push_handlers_instance has broken mocking: https://github.com/pyglet/pyglet/issues/606 %pytest \ -vv \ --non-interactive \ --ignore=tests/interactive \ --ignore=tests/integration/media \ -m 'not (requires_user_action or requires_user_validation or only_interactive)' \ - -k 'not (test_find_font_match or test_have_font or test_freetype_face)' \ + -k 'not (test_find_font_match or test_have_font or test_freetype_face or test_push_handlers_instance)' \ tests %endif