summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.0-r100.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-14 14:16:17 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-14 14:16:17 +0200
commitf0a1ebf83fb19dd74f6e2e2530b7632a252dd320 (patch)
tree94d01896f010ebada48a3b5db55884f0db97aff9 /dev-lang/python/python-3.13.0-r100.ebuild
parent08b39afed44d0c0c2d7feb8231fcb125ae94b303 (diff)
downloadgentoo-f0a1ebf83fb19dd74f6e2e2530b7632a252dd320.tar.gz
gentoo-f0a1ebf83fb19dd74f6e2e2530b7632a252dd320.tar.bz2
gentoo-f0a1ebf83fb19dd74f6e2e2530b7632a252dd320.zip
dev-lang/python: Skip test_external_introspection in PGO for 3.13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.13.0-r100.ebuild')
-rw-r--r--dev-lang/python/python-3.13.0-r100.ebuild1
1 files changed, 1 insertions, 0 deletions
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.