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