commit: df046d74c11d91f8a92c437a1cca3ca42902cf53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 14:37:42 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 14:39:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df046d74
dev-lang/python: Update test skips on 3.13.0_rc2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/python/python-3.13.0_rc2.ebuild | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/dev-lang/python/python-3.13.0_rc2.ebuild
b/dev-lang/python/python-3.13.0_rc2.ebuild
index d9dbd33759ab..7e681c4cc38e 100644
--- a/dev-lang/python/python-3.13.0_rc2.ebuild
+++ b/dev-lang/python/python-3.13.0_rc2.ebuild
@@ -243,13 +243,8 @@ src_configure() {
# Set baseline test skip flags.
COMMON_TEST_SKIPS=(
- # failures
- -x test_concurrent_futures
- -x test_gdb
- # flaky: https://github.com/python/cpython/issues/121973
- -x test_pyrepl
- # flaky: https://github.com/python/cpython/issues/122136 (bug
#936314)
- -x test_asyncio
+ # this is actually test_gdb.test_pretty_print
+ -x test_pretty_print
)
# Arch-specific skips. See #931888 for a collection of these.