summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.12.11_p1.ebuild
diff options
context:
space:
mode:
authormirror@stealer.net <mirror@stealer.net>2025-08-07 23:00:20 +0000
committermirror@stealer.net <mirror@stealer.net>2025-08-07 23:00:20 +0000
commit88cabd4cb784dc6c2be76a7b1aef93eaedd856bf (patch)
tree345506a322509afc290d5e8b4578ce8d0b60f197 /dev-lang/python/python-3.12.11_p1.ebuild
parent17194dc7fa7525dda5545d0104855d0e504d33ad (diff)
2025-08-07 22:42:32+00:00HEADmaster
Diffstat (limited to 'dev-lang/python/python-3.12.11_p1.ebuild')
-rw-r--r--dev-lang/python/python-3.12.11_p1.ebuild14
1 files changed, 3 insertions, 11 deletions
diff --git a/dev-lang/python/python-3.12.11_p1.ebuild b/dev-lang/python/python-3.12.11_p1.ebuild
index ef7b49a7c80ae..0627a62b0433e 100644
--- a/dev-lang/python/python-3.12.11_p1.ebuild
+++ b/dev-lang/python/python-3.12.11_p1.ebuild
@@ -224,6 +224,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
)
@@ -247,11 +250,6 @@ src_configure() {
-x test_strtod
)
;;
- arm*)
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
mips*)
COMMON_TEST_SKIPS+=(
-x test_ctypes
@@ -259,11 +257,6 @@ src_configure() {
-x test_statistics
)
;;
- powerpc64-*) # big endian
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
riscv*)
COMMON_TEST_SKIPS+=(
-x test_urllib2
@@ -277,7 +270,6 @@ src_configure() {
-x test_multiprocessing_spawn
-x test_ctypes
- -x test_gdb
# bug 931908
-x test_exceptions
)