summaryrefslogtreecommitdiff
path: root/dev-python/asyncssh
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/asyncssh')
-rw-r--r--dev-python/asyncssh/asyncssh-2.24.0.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/asyncssh/asyncssh-2.24.0.ebuild b/dev-python/asyncssh/asyncssh-2.24.0.ebuild
index 0469d9751b3e..ecaa77586264 100644
--- a/dev-python/asyncssh/asyncssh-2.24.0.ebuild
+++ b/dev-python/asyncssh/asyncssh-2.24.0.ebuild
@@ -36,6 +36,14 @@ BDEPEND="
)
"
+EPYTEST_DESELECT=(
+ # Network sandbox
+ tests/test_connection.py::_TestCanonicalizeHost::test_canonicalize_failure
+ tests/test_x11.py::_TestX11::test_consecutive_different_servers
+ tests/test_x11.py::_TestX11::test_from_connect
+ tests/test_x11.py::_TestX11::test_wildcard_address
+)
+
EPYTEST_PLUGINS=()
# xdist: fails on serializing 'type'
distutils_enable_tests pytest