aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-09 00:13:46 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-15 22:34:18 +0200
commite5d7ebf2a04a0353ea845c0c5f8caf904edb463b (patch)
tree9ec15eb32800b2b3a9d8bd24f28d0bb02203bc9e
parentdev-python/ufo2ft: add 2.27.0, drop 2.25.3 (diff)
downloadguru-e5d7ebf2a04a0353ea845c0c5f8caf904edb463b.tar.gz
guru-e5d7ebf2a04a0353ea845c0c5f8caf904edb463b.tar.bz2
guru-e5d7ebf2a04a0353ea845c0c5f8caf904edb463b.zip
dev-python/asyncssh: deselect network tests
Bug: https://bugs.gentoo.org/836792 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/asyncssh/asyncssh-2.10.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/asyncssh/asyncssh-2.10.0.ebuild b/dev-python/asyncssh/asyncssh-2.10.0.ebuild
index b874e75e0..b3e8af92f 100644
--- a/dev-python/asyncssh/asyncssh-2.10.0.ebuild
+++ b/dev-python/asyncssh/asyncssh-2.10.0.ebuild
@@ -5,6 +5,11 @@ EAPI=8
DOCS_BUILDER="sphinx"
DOCS_DIR="docs"
+EPYTEST_DESELECT=(
+ tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded
+ tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_string
+ tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_tunnel
+) # network tests
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 docs optfeature