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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35734158046 for ; Mon, 14 Oct 2024 12:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5646DE081E; Mon, 14 Oct 2024 12:35:11 +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 3B8DAE081E for ; Mon, 14 Oct 2024 12:35:11 +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 49CB0340B57 for ; Mon, 14 Oct 2024 12:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67860AE7 for ; Mon, 14 Oct 2024 12:35:08 +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: <1728908177.f0a1ebf83fb19dd74f6e2e2530b7632a252dd320.mgorny@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-r100.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f0a1ebf83fb19dd74f6e2e2530b7632a252dd320 X-VCS-Branch: master Date: Mon, 14 Oct 2024 12:35:08 +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: f5ba2881-e7cc-41d7-b086-46bfa031ba78 X-Archives-Hash: 1066acda6da39c4c7a029aff57976d43 commit: f0a1ebf83fb19dd74f6e2e2530b7632a252dd320 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 14 12:16:17 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 14 12:16:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a1ebf8 dev-lang/python: Skip test_external_introspection in PGO for 3.13t Signed-off-by: Michał Górny gentoo.org> dev-lang/python/python-3.13.0-r100.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 6c78c5cb367b..42c893fb4e74 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -368,6 +368,7 @@ src_configure() { # Fails in profiling run, passes in src_test(). -x test_capi + -x test_external_inspection ) # Arch-specific skips. See #931888 for a collection of these.