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 43C67158086 for ; Sun, 14 Nov 2021 08:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5061CE0207; Sun, 14 Nov 2021 08:30:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DC547E0207 for ; Sun, 14 Nov 2021 08:30:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 630AE34301A for ; Sun, 14 Nov 2021 08:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C12B379 for ; Sun, 14 Nov 2021 08:30:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636878628.b8c9952a6ac5ef246bd6337b059f21af99542aa4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/trio/trio-0.19.0.ebuild X-VCS-Directories: dev-python/trio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b8c9952a6ac5ef246bd6337b059f21af99542aa4 X-VCS-Branch: master Date: Sun, 14 Nov 2021 08:30:35 +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: d81a04c2-d500-420c-992e-9c47351c2e07 X-Archives-Hash: 1c044531383412f76ea3833bdce11f91 commit: b8c9952a6ac5ef246bd6337b059f21af99542aa4 Author: Sam James gentoo org> AuthorDate: Sun Nov 14 08:30:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 14 08:30:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c9952a dev-python/trio: skip test that times out on ia64 Doesn't seem to be an easy knob to tweak for timeouts, so let's just skip this one. Bug: https://bugs.gentoo.org/808273 Signed-off-by: Sam James gentoo.org> dev-python/trio/trio-0.19.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/trio/trio-0.19.0.ebuild b/dev-python/trio/trio-0.19.0.ebuild index 64b662850aff..77b4cb5d4d0d 100644 --- a/dev-python/trio/trio-0.19.0.ebuild +++ b/dev-python/trio/trio-0.19.0.ebuild @@ -38,6 +38,12 @@ BDEPEND=" ) " +EPYTEST_DESELECT=( + # Times out on slower arches (ia64 in this case) + # https://github.com/python-trio/trio/issues/1753 + trio/tests/test_unix_pipes.py::test_close_at_bad_time_for_send_all +) + distutils_enable_tests --install pytest distutils_enable_sphinx docs/source \ dev-python/immutables \