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