summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-27 20:10:43 +0100
committerMichał Górny <mgorny@gentoo.org>2024-10-27 20:11:29 +0100
commitc38348609e2ee7bd933641cf32a03965fbf7a478 (patch)
tree917ad0f81be6f4fc13f200c8d0e700e64d6f5821 /dev-lang/python/python-3.13.0.ebuild
parent34d78ad08c893dbee86e7b151fc82830f7a389ce (diff)
downloadgentoo-c38348609e2ee7bd933641cf32a03965fbf7a478.tar.gz
gentoo-c38348609e2ee7bd933641cf32a03965fbf7a478.tar.bz2
gentoo-c38348609e2ee7bd933641cf32a03965fbf7a478.zip
dev-lang/python: Skip test_perf_profiler because of frequent failures
Bug: https://bugs.gentoo.org/933840 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.13.0.ebuild')
-rw-r--r--dev-lang/python/python-3.13.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild
index 19a37bf35253..74cbac81ba9e 100644
--- a/dev-lang/python/python-3.13.0.ebuild
+++ b/dev-lang/python/python-3.13.0.ebuild
@@ -262,6 +262,8 @@ src_configure() {
COMMON_TEST_SKIPS=(
# this is actually test_gdb.test_pretty_print
-x test_pretty_print
+ # https://bugs.gentoo.org/933840
+ -x test_perf_profiler
)
# Arch-specific skips. See #931888 for a collection of these.