commit: be0f8dbd7c9e260b930331e7a4828dea435ecf02 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sat Nov 30 11:27:11 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Sat Nov 30 11:27:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be0f8dbd
media-sound/mopidy: skip broken tests Closes: https://bugs.gentoo.org/945305 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> media-sound/mopidy/mopidy-3.4.2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/mopidy/mopidy-3.4.2.ebuild b/media-sound/mopidy/mopidy-3.4.2.ebuild index e958d820a..d174a9558 100644 --- a/media-sound/mopidy/mopidy-3.4.2.ebuild +++ b/media-sound/mopidy/mopidy-3.4.2.ebuild @@ -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] )
