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:
Takuya Wakazono 2024-11-30 20:27:11 +09:00
parent b13f0378ae
commit be0f8dbd7c
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61

View File

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