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 91A2615817D for ; Tue, 18 Jun 2024 01:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2860BE2A15; Tue, 18 Jun 2024 01:48: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A51FE2A15 for ; Tue, 18 Jun 2024 01:48: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31FDE335CB9 for ; Tue, 18 Jun 2024 01:48:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 483E81D25 for ; Tue, 18 Jun 2024 01:48:21 +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: <1718675167.7c538b37f730fe008878d830b72fccdc763af691.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-3.13.0_beta2_p5.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c538b37f730fe008878d830b72fccdc763af691 X-VCS-Branch: master Date: Tue, 18 Jun 2024 01:48:21 +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: a78e5b3f-cdef-4908-8579-5cf947230720 X-Archives-Hash: 085d14c9163afff1bc7912cd94c1b4b8 commit: 7c538b37f730fe008878d830b72fccdc763af691 Author: Sam James gentoo org> AuthorDate: Tue Jun 18 01:46:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 18 01:46:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c538b37 dev-lang/python: skip test_repl for now test_asyncio_repl_is_ok is flaky. Thanks to parona for spotting the bug. Bug: https://github.com/python/cpython/issues/119909 Signed-off-by: Sam James gentoo.org> dev-lang/python/python-3.13.0_beta2_p5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/python/python-3.13.0_beta2_p5.ebuild b/dev-lang/python/python-3.13.0_beta2_p5.ebuild index 9ae014356562..6317aef17bca 100644 --- a/dev-lang/python/python-3.13.0_beta2_p5.ebuild +++ b/dev-lang/python/python-3.13.0_beta2_p5.ebuild @@ -247,6 +247,9 @@ src_configure() { # failures -x test_concurrent_futures -x test_gdb + # test_asyncio_repl_is_ok is flaky + # https://github.com/python/cpython/issues/119909 + -x test_repl ) # Arch-specific skips. See #931888 for a collection of these.