Skip test_push_handlers_instance
This commit is contained in:
parent
cc8e511b24
commit
3a5fafa025
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue