commit: 38d7ef6028829e1c0b4f34a5597f020a17d63bc3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 14:27:13 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 14:42:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d7ef60
dev-lang/python: Skip another test from PGO in 3.14.0_alpha1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/python/python-3.14.0_alpha1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild
b/dev-lang/python/python-3.14.0_alpha1.ebuild
index 283706da8629..36b659486f5f 100644
--- a/dev-lang/python/python-3.14.0_alpha1.ebuild
+++ b/dev-lang/python/python-3.14.0_alpha1.ebuild
@@ -372,6 +372,7 @@ src_configure() {
# Fails in profiling run, passes in src_test().
-x test_capi
+ -x test_embed
)
# Arch-specific skips. See #931888 for a collection of these.