mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-python/asyncssh: deselect network tests
Bug: https://bugs.gentoo.org/836792 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user