summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.8.20_p7-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.8.20_p7-r1.ebuild')
-rw-r--r--dev-lang/python/python-3.8.20_p7-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.8.20_p7-r1.ebuild b/dev-lang/python/python-3.8.20_p7-r1.ebuild
index 4555932e5c9c..b74ae04ae88c 100644
--- a/dev-lang/python/python-3.8.20_p7-r1.ebuild
+++ b/dev-lang/python/python-3.8.20_p7-r1.ebuild
@@ -158,6 +158,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
)