From c38348609e2ee7bd933641cf32a03965fbf7a478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 27 Oct 2024 20:10:43 +0100 Subject: dev-lang/python: Skip test_perf_profiler because of frequent failures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/933840 Signed-off-by: Michał Górny --- dev-lang/python/python-3.13.0-r100.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-lang/python/python-3.13.0-r100.ebuild') diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 7c26e550c713..b71dde63eb03 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -260,6 +260,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. -- cgit v1.2.3