From 1140fe2bfdc0c55732b66f7301540dbd19697e17 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 14 Dec 2024 12:52:30 +0000 Subject: dev-lang/python: skip test_gdb on hppa Fails with permission issues on /proc/*/mem. Running gdb under sandbox is perilous anyway. Signed-off-by: Sam James --- dev-lang/python/python-3.13.0.ebuild | 5 +++++ 1 file changed, 5 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 705a1eddffce..d407b16c0aa4 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -285,6 +285,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes -- cgit v1.2.3