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 E751A15800F for ; Tue, 31 Jan 2023 11:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2493E09F4; Tue, 31 Jan 2023 11:00:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DE1BE09F4 for ; Tue, 31 Jan 2023 11:00:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94A89340D23 for ; Tue, 31 Jan 2023 11:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9837899 for ; Tue, 31 Jan 2023 11:00:19 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1675134552.ee44f476e8d611c82eb2244f7d3c75b868dc6d03.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/curio/curio-1.6.ebuild X-VCS-Directories: dev-python/curio/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ee44f476e8d611c82eb2244f7d3c75b868dc6d03 X-VCS-Branch: master Date: Tue, 31 Jan 2023 11:00:19 +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: 33c54bad-aee3-4ea0-9cb6-7fe9bc4cc409 X-Archives-Hash: 61f283e23be20fde3e45bb7c78d24b77 commit: ee44f476e8d611c82eb2244f7d3c75b868dc6d03 Author: Julien Roy jroy ca> AuthorDate: Tue Jan 31 03:07:02 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jan 31 03:09:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee44f476 dev-python/curio: deselect test that requires network Closes: https://bugs.gentoo.org/892595 Signed-off-by: Julien Roy jroy.ca> dev-python/curio/curio-1.6.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild index 0cf35ad54..17adf0b74 100644 --- a/dev-python/curio/curio-1.6.ebuild +++ b/dev-python/curio/curio-1.6.ebuild @@ -23,5 +23,10 @@ SLOT="0" DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +EPYTEST_DESELECT=( + # Needs net + "tests/test_network.py::test_ssl_outgoing" +) + distutils_enable_sphinx docs --no-autodoc distutils_enable_tests pytest