From b7ff4bc8b51d0e0c70cad78e6db27b800be913c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 28 Oct 2024 20:33:52 +0100 Subject: dev-lang/python: Skip test_gdb on ppc64 & sparc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The gdb tests are failing on devboxes. They were previously covered by the unconditional `-x test_gdb` but that's been narrowed to `-x test_pretty_print`, missing that other tests fail on these architectures. Signed-off-by: Michał Górny --- dev-lang/python/python-3.13.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-lang/python/python-3.13.0.ebuild') diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index 74cbac81ba9e..3bceddd3d86f 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -295,6 +295,7 @@ src_configure() { powerpc64-*) # big endian COMMON_TEST_SKIPS+=( -x test_descr + -x test_gdb ) ;; riscv*) @@ -310,6 +311,7 @@ src_configure() { -x test_ctypes -x test_descr + -x test_gdb # bug 931908 -x test_exceptions ) -- cgit v1.2.3