commit: f0a1ebf83fb19dd74f6e2e2530b7632a252dd320
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 12:16:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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.