From 32bc4082f072809017d39f7adbaf9bb48300e88b Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 15 Mar 2024 03:43:11 +0000 Subject: dev-lang/python: skip another flaky test Every so often, I get: ``` 0:28:02 load avg: 0.00 running (1): test.test_concurrent_futures.test_deadlock (27 min 33 sec) 0:28:32 load avg: 0.00 running (1): test.test_concurrent_futures.test_deadlock (28 min 3 sec) 0:29:02 load avg: 0.00 running (1): test.test_concurrent_futures.test_deadlock (28 min 33 sec) ``` There's a bunch of upstream reports about this test too. Just skip it. Closes: https://bugs.gentoo.org/788022 Signed-off-by: Sam James --- dev-lang/python/python-3.13.0_alpha5.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-lang/python/python-3.13.0_alpha5.ebuild') diff --git a/dev-lang/python/python-3.13.0_alpha5.ebuild b/dev-lang/python/python-3.13.0_alpha5.ebuild index b763d4213f47..78f3cecc7a9e 100644 --- a/dev-lang/python/python-3.13.0_alpha5.ebuild +++ b/dev-lang/python/python-3.13.0_alpha5.ebuild @@ -247,6 +247,7 @@ src_configure() { # They'll even hang here but be fine in src_test sometimes. # bug #828535 (and related: bug #788022) -x test_asyncio + -x test_concurrent_futures -x test_httpservers -x test_logging -x test_multiprocessing_fork @@ -403,6 +404,7 @@ src_test() { -j "$(makeopts_jobs)" # fails + -x test_concurrent_futures -x test_gdb ) -- cgit v1.2.3