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:
Julien Roy
2023-01-30 22:07:02 -05:00
parent 8f817abb98
commit ee44f476e8

View File

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