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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6275A138239 for ; Sun, 29 Mar 2020 13:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46E8BE0A9B; Sun, 29 Mar 2020 13:21:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30DB3E0A9B for ; Sun, 29 Mar 2020 13:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D15B34FB15 for ; Sun, 29 Mar 2020 13:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09E791B4 for ; Sun, 29 Mar 2020 13:21:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585483896.85fc0b78ff7d13c73b7c45bb920ca160a2f0cbcf.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/trio/trio-0.13.0.ebuild X-VCS-Directories: dev-python/trio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 85fc0b78ff7d13c73b7c45bb920ca160a2f0cbcf X-VCS-Branch: dev Date: Sun, 29 Mar 2020 13:21:16 +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: 910b914e-d0ef-435f-a512-f8a947206fc2 X-Archives-Hash: c75925c4a7d80fd4e2cb99475efb8b85 commit: 85fc0b78ff7d13c73b7c45bb920ca160a2f0cbcf Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 12:11:36 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 12:11:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85fc0b78 dev-python/trio: fix tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/trio/trio-0.13.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/trio/trio-0.13.0.ebuild b/dev-python/trio/trio-0.13.0.ebuild index 092b394..ce3ef2e 100644 --- a/dev-python/trio/trio-0.13.0.ebuild +++ b/dev-python/trio/trio-0.13.0.ebuild @@ -51,5 +51,10 @@ python_prepare_all() { -e "/test_getaddrinfo/i@pytest.mark.skip(reason='no IPv6')" \ trio/tests/test_socket.py || die "sed failed for test_socket.py" fi + + # these tests require internet access + rm trio/tests/test_ssl.py || die + rm trio/tests/test_highlevel_ssl_helpers.py || die + distutils-r1_python_prepare_all } 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15E58138239 for ; Sun, 29 Mar 2020 13:21:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC4D5E0B6F; Sun, 29 Mar 2020 13:21:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF7F2E0B6F for ; Sun, 29 Mar 2020 13:21:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8E1734FB1D for ; Sun, 29 Mar 2020 13:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2988D1C1 for ; Sun, 29 Mar 2020 13:21:34 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585483896.85fc0b78ff7d13c73b7c45bb920ca160a2f0cbcf.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/trio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/trio/trio-0.13.0.ebuild X-VCS-Directories: dev-python/trio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 85fc0b78ff7d13c73b7c45bb920ca160a2f0cbcf X-VCS-Branch: master Date: Sun, 29 Mar 2020 13:21:34 +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: 8500a0b8-f17d-489d-8389-746b5cc66231 X-Archives-Hash: bada6b6651910173d58f84383d28267c Message-ID: <20200329132134.Y8ODgL-8WhPLfG_TDSAYPQqaAA7quOQBP3aNDucjRT0@z> commit: 85fc0b78ff7d13c73b7c45bb920ca160a2f0cbcf Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 12:11:36 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 12:11:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85fc0b78 dev-python/trio: fix tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/trio/trio-0.13.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/trio/trio-0.13.0.ebuild b/dev-python/trio/trio-0.13.0.ebuild index 092b394..ce3ef2e 100644 --- a/dev-python/trio/trio-0.13.0.ebuild +++ b/dev-python/trio/trio-0.13.0.ebuild @@ -51,5 +51,10 @@ python_prepare_all() { -e "/test_getaddrinfo/i@pytest.mark.skip(reason='no IPv6')" \ trio/tests/test_socket.py || die "sed failed for test_socket.py" fi + + # these tests require internet access + rm trio/tests/test_ssl.py || die + rm trio/tests/test_highlevel_ssl_helpers.py || die + distutils-r1_python_prepare_all }