mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/curio: deselect test that requires network
Closes: https://bugs.gentoo.org/892595 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -23,5 +23,10 @@ SLOT="0"
|
||||
|
||||
DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# Needs net
|
||||
"tests/test_network.py::test_ssl_outgoing"
|
||||
)
|
||||
|
||||
distutils_enable_sphinx docs --no-autodoc
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user