mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
media-sound/mopidy: skip broken tests
Closes: https://bugs.gentoo.org/945305 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
b13f0378ae
commit
be0f8dbd7c
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -45,4 +45,9 @@ EPYTEST_DESELECT=(
|
||||
# Broken test due to network-sandbox
|
||||
tests/stream/test_playback.py
|
||||
tests/test_help.py::HelpTest::test_help_has_mopidy_options
|
||||
# https://github.com/mopidy/mopidy/commit/6c63054fcdb41394e0073a3af8972a589e2a3c59
|
||||
tests/test_commands.py::CommandParsingTest::test_missing_positionals
|
||||
tests/test_commands.py::CommandParsingTest::test_missing_positionals_subcommand
|
||||
# https://github.com/mopidy/mopidy/commit/784073e52af58c51a11ad89eeb793a72ecc01c92
|
||||
tests/m3u/test_translator.py::test_path_to_uri[test.mp3-file-file:///test.mp3]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user