From ee44f476e8d611c82eb2244f7d3c75b868dc6d03 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 30 Jan 2023 22:07:02 -0500 Subject: [PATCH] dev-python/curio: deselect test that requires network Closes: https://bugs.gentoo.org/892595 Signed-off-by: Julien Roy --- dev-python/curio/curio-1.6.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild index 0cf35ad54d..17adf0b742 100644 --- a/dev-python/curio/curio-1.6.ebuild +++ b/dev-python/curio/curio-1.6.ebuild @@ -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