mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user