summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-18 16:37:42 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-18 16:39:10 +0200
commitdf046d74c11d91f8a92c437a1cca3ca42902cf53 (patch)
treed64c8e255adbbb083de293337a7236f9c3fa10b9 /dev-lang
parentnet-im/telegram-desktop-bin: drop old (diff)
downloadgentoo-df046d74c11d91f8a92c437a1cca3ca42902cf53.tar.gz
gentoo-df046d74c11d91f8a92c437a1cca3ca42902cf53.tar.bz2
gentoo-df046d74c11d91f8a92c437a1cca3ca42902cf53.zip
dev-lang/python: Update test skips on 3.13.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-3.13.0_rc2.ebuild9
1 files 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.