Skip test_push_handlers_instance

This commit is contained in:
Miro Hrončok 2022-06-17 01:19:11 +02:00
commit 3a5fafa025

View file

@ -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