commit:     68007460cfb265fe0e791eaffacc2d86f7d500ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 18:43:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 18:55:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68007460

dev-python/websockets: Deselect tests needing DNS

Closes: https://bugs.gentoo.org/909567
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

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

Reply via email to