commit: 58b438250fea0cd4804d7b0a76fe703d0a7fac36
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Oct 10 19:44:58 2025 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Fri Oct 10 19:44:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=58b43825
dev-lang/python: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-lang/python/python-3.12.11_p1.ebuild | 14 +++-----------
dev-lang/python/python-3.13.5_p1.ebuild | 19 +++----------------
2 files changed, 6 insertions(+), 27 deletions(-)
diff --git a/dev-lang/python/python-3.12.11_p1.ebuild
b/dev-lang/python/python-3.12.11_p1.ebuild
index 3a52349..1c6217d 100644
--- a/dev-lang/python/python-3.12.11_p1.ebuild
+++ b/dev-lang/python/python-3.12.11_p1.ebuild
@@ -225,6 +225,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
)
@@ -248,11 +251,6 @@ src_configure() {
-x test_strtod
)
;;
- arm*)
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
mips*)
COMMON_TEST_SKIPS+=(
-x test_ctypes
@@ -260,11 +258,6 @@ src_configure() {
-x test_statistics
)
;;
- powerpc64-*) # big endian
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
riscv*)
COMMON_TEST_SKIPS+=(
-x test_urllib2
@@ -278,7 +271,6 @@ src_configure() {
-x test_multiprocessing_spawn
-x test_ctypes
- -x test_gdb
# bug 931908
-x test_exceptions
)
diff --git a/dev-lang/python/python-3.13.5_p1.ebuild
b/dev-lang/python/python-3.13.5_p1.ebuild
index fd2b922..702f598 100644
--- a/dev-lang/python/python-3.13.5_p1.ebuild
+++ b/dev-lang/python/python-3.13.5_p1.ebuild
@@ -259,6 +259,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
# https://bugs.gentoo.org/933840
@@ -284,16 +287,6 @@ src_configure() {
-x test_strtod
)
;;
- arm*)
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
- hppa*)
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
mips*)
COMMON_TEST_SKIPS+=(
-x test_ctypes
@@ -301,11 +294,6 @@ src_configure() {
-x test_statistics
)
;;
- powerpc64-*) # big endian
- COMMON_TEST_SKIPS+=(
- -x test_gdb
- )
- ;;
riscv*)
COMMON_TEST_SKIPS+=(
-x test_urllib2
@@ -319,7 +307,6 @@ src_configure() {
-x test_multiprocessing_spawn
-x test_ctypes
- -x test_gdb
# bug 931908
-x test_exceptions
)