summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-16 16:27:13 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-16 16:42:08 +0200
commit38d7ef6028829e1c0b4f34a5597f020a17d63bc3 (patch)
tree3f16b1e4a45a3844617eeb97d33ce3927b01f2ac /dev-lang/python
parentdev-lang/python: Fix PYTHON_KERNEL_CHECKS to be declared globally (diff)
downloadgentoo-38d7ef6028829e1c0b4f34a5597f020a17d63bc3.tar.gz
gentoo-38d7ef6028829e1c0b4f34a5597f020a17d63bc3.tar.bz2
gentoo-38d7ef6028829e1c0b4f34a5597f020a17d63bc3.zip
dev-lang/python: Skip another test from PGO in 3.14.0_alpha1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/python-3.14.0_alpha1.ebuild1
1 files changed, 1 insertions, 0 deletions
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.