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