commit:     ee44f476e8d611c82eb2244f7d3c75b868dc6d03
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Jan 31 03:07:02 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Jan 31 03:09:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee44f476

dev-python/curio: deselect test that requires network

Closes: https://bugs.gentoo.org/892595
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 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 0cf35ad54..17adf0b74 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

Reply via email to