summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.9.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.9.9999.ebuild')
-rw-r--r--dev-lang/python/python-3.9.9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.9.9999.ebuild b/dev-lang/python/python-3.9.9999.ebuild
index 1f0cd19c1e68..39973c9fe4d5 100644
--- a/dev-lang/python/python-3.9.9999.ebuild
+++ b/dev-lang/python/python-3.9.9999.ebuild
@@ -156,6 +156,8 @@ 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
)
@@ -185,11 +187,6 @@ src_configure() {
-x test_statistics
)
;;
- powerpc64-*) # big endian
- COMMON_TEST_SKIPS+=(
- -x test_descr
- )
- ;;
riscv*)
COMMON_TEST_SKIPS+=(
-x test_urllib2