From 3758838aa7647355f29ec6028a9186484f8d10cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Sep 2024 15:27:18 +0200 Subject: [PATCH] Revert "Skip test_abort_clients" This was fixed upstream in https://github.com/python/cpython/pull/123443 This reverts commit 75fa60d507b795897b7d111a3b7ed228dd137f01. This reverts commit f01f38eff5b3ddfe3b4fd657022bfada485a8832. --- python3.13.spec | 2 -- tests/tests.yml | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/python3.13.spec b/python3.13.spec index a8bb9b4..7770c7f 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -1286,7 +1286,6 @@ 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 @@ -1294,7 +1293,6 @@ 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 diff --git a/tests/tests.yml b/tests/tests.yml index 2ba326a..fb2659f 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -30,11 +30,10 @@ run: "PYTHON=python{{ pybasever }}d TOX=false VERSION={{ pybasever }} CYTHON=false ./venv.sh" - selftest: dir: python/selftest - # test_abort_clients: https://github.com/python/cpython/issues/122136 - run: "VERSION={{ pybasever }} X='-i test_check_probes -i test_abort_clients' ./parallel.sh" + run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh" - debugtest: dir: python/selftest - run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes -i test_abort_clients' ./parallel.sh" + run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes' ./parallel.sh" - optimizedflags: dir: python/flags run: "python{{ pybasever }} ./assertflags.py -O3"