From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 928D315800D for ; Mon, 3 Jul 2023 18:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA800E07EF; Mon, 3 Jul 2023 18:56:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2517E07EF for ; Mon, 3 Jul 2023 18:56:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC99D33BE6B for ; Mon, 3 Jul 2023 18:55:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 100068DC for ; Mon, 3 Jul 2023 18:55:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1688410553.68007460cfb265fe0e791eaffacc2d86f7d500ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websockets/websockets-11.0.3-r1.ebuild X-VCS-Directories: dev-python/websockets/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 68007460cfb265fe0e791eaffacc2d86f7d500ff X-VCS-Branch: master Date: Mon, 3 Jul 2023 18:55:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13a8e0da-294f-4dc0-8e0c-2b70e1d81ce4 X-Archives-Hash: 8226bc7abec9c216f8fce46fab0c1271 commit: 68007460cfb265fe0e791eaffacc2d86f7d500ff Author: Michał Górny gentoo org> AuthorDate: Mon Jul 3 18:43:23 2023 +0000 Commit: Michał Górny gentoo 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 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