summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.11.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.11.9999.ebuild')
-rw-r--r--dev-lang/python/python-3.11.9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.11.9999.ebuild b/dev-lang/python/python-3.11.9999.ebuild
index 4dbb7a86ebb7..c174b1c2a948 100644
--- a/dev-lang/python/python-3.11.9999.ebuild
+++ b/dev-lang/python/python-3.11.9999.ebuild
@@ -217,6 +217,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
)
@@ -240,11 +243,6 @@ src_configure() {
-x test_strtod
)
;;
- arm*|aarch64*)
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
mips*)
COMMON_TEST_SKIPS+=(
-x test_ctypes