From 75fa60d507b795897b7d111a3b7ed228dd137f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 26 Aug 2024 11:23:49 +0200 Subject: [PATCH] Also skip test_abort_clients when building the package This is a fixup for f01f38eff5b3ddfe3b4fd657022bfada485a8832 Previously, the test only failed on CI; now it also fails in %check. --- python3.13.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python3.13.spec b/python3.13.spec index b32cbf9..6c30fde 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -1330,6 +1330,7 @@ CheckPython() { # test_check_probes is failing since it was introduced in 3.12.0rc1, # the test is skipped until it is fixed in upstream. # see: https://github.com/python/cpython/issues/104280#issuecomment-1669249980 + # test_abort_clients: https://github.com/python/cpython/issues/122136 # test_signal is skipped due to https://github.com/python/cpython/issues/118989 # test.test_concurrent_futures.test_deadlock tends to time out on s390x in # freethreading{,-debug} build, skipping it to shorten the build time @@ -1337,6 +1338,7 @@ CheckPython() { -wW --slowest %{_smp_mflags} --timeout=2700 \ -i test_freeze_simple_script \ -i test_check_probes \ + -i test_abort_clients \ %ifarch %{mips64} -x test_ctypes \ %endif