From ec74c1107bf15a7200aec53e44515e7498d5226a Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 16 Apr 2022 01:43:33 +0000 Subject: Adding metadata --- dev-python/asyncssh/asyncssh-2.10.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-python/asyncssh/asyncssh-2.10.0.ebuild') diff --git a/dev-python/asyncssh/asyncssh-2.10.0.ebuild b/dev-python/asyncssh/asyncssh-2.10.0.ebuild index d55d8e3783f6..1d91fc853dc3 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_{7,8,9,10} ) inherit distutils-r1 docs optfeature -- cgit v1.3.1