From e14cbe784e276bdd62354a0f354bb39b8b3a33bb Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 7 Aug 2025 23:12:09 +0100 Subject: dev-lang/python: always skip test_gdb Running gdb inside an ebuild as non-root, within sandbox, and possibly within a container is unreliable. Closes: https://bugs.gentoo.org/941296 Signed-off-by: Sam James --- dev-lang/python/python-3.11.13-r1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'dev-lang/python/python-3.11.13-r1.ebuild') diff --git a/dev-lang/python/python-3.11.13-r1.ebuild b/dev-lang/python/python-3.11.13-r1.ebuild index d3210905f8fb..830041bc3853 100644 --- a/dev-lang/python/python-3.11.13-r1.ebuild +++ b/dev-lang/python/python-3.11.13-r1.ebuild @@ -228,6 +228,9 @@ src_configure() { # Set baseline test skip flags. COMMON_TEST_SKIPS=( + # running gdb inside an ebuild as non-root, within sandbox, + # and possibly within a container is unreliable + -x test_gdb # this is actually test_gdb.test_pretty_print -x test_pretty_print ) @@ -251,11 +254,6 @@ src_configure() { -x test_strtod ) ;; - arm*|aarch64*) - COMMON_TEST_SKIPS+=( - -x test_gdb - ) - ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes @@ -266,7 +264,6 @@ src_configure() { powerpc64-*) # big endian COMMON_TEST_SKIPS+=( -x test_descr - -x test_gdb ) ;; riscv*) @@ -283,7 +280,6 @@ src_configure() { -x test_ctypes -x test_descr - -x test_gdb # bug 931908 -x test_exceptions ) -- cgit v1.2.3