summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-03 20:43:23 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-03 20:55:53 +0200
commit68007460cfb265fe0e791eaffacc2d86f7d500ff (patch)
tree138f0c36120356eb6b76438cb49ba1a863f2748e /dev-python/websockets
parentgui-apps/grim: add 1.4.1 (diff)
downloadgentoo-68007460cfb265fe0e791eaffacc2d86f7d500ff.tar.gz
gentoo-68007460cfb265fe0e791eaffacc2d86f7d500ff.tar.bz2
gentoo-68007460cfb265fe0e791eaffacc2d86f7d500ff.zip
dev-python/websockets: Deselect tests needing DNS
Closes: https://bugs.gentoo.org/909567 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/websockets')
-rw-r--r--dev-python/websockets/websockets-11.0.3-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 4ca10af58f5f..dc84ba1b3d49 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -41,6 +41,10 @@ python_test() {
local EPYTEST_DESELECT=(
# very fragile to speed
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+ # requires DNS access
+ # https://bugs.gentoo.org/909567
+ tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+ tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
)
epytest tests