dev-python/minny: disable some tests

Some tests either require network access (to unstable resources)
or are broken upstream.

Closes: https://bugs.gentoo.org/977317
Signed-off-by: Dominik George <nik+gentoo@squirrel.land>
This commit is contained in:
Dominik George
2026-06-13 22:26:20 +02:00
parent 2f7e304c48
commit b70db23219

View File

@@ -36,5 +36,13 @@ RDEPEND="
dev-python/websockets[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
# Tests broken
EPYTEST_DESELECT=(
tests/test_circup_install.py::test_with_deps_install
tests/test_circup_install.py::test_no_deps_install
tests/test_deploy.py::test_basic_deploy
tests/test_sync.py::test_sync_command
tests/test_circup_build.py::test_single_build
tests/test_circup_build.py::test_build_matches_bundle
)
distutils_enable_tests pytest