From df046d74c11d91f8a92c437a1cca3ca42902cf53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 18 Sep 2024 16:37:42 +0200 Subject: dev-lang/python: Update test skips on 3.13.0_rc2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-lang/python/python-3.13.0_rc2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'dev-lang/python/python-3.13.0_rc2.ebuild') 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. -- cgit v1.2.3