From 75f739f5a9fc365b4556bfba441b0f0e5b042eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Sep 2024 15:25:51 +0200 Subject: [PATCH] Revert "Skip test_sendfile_close_peer_in_the_middle_of_receiving on ppc64le" This was fixed upstream in https://github.com/python/cpython/pull/123421 This reverts commit 222d4d99b9e56306a7dee4ec5051587b0892e18c. --- python3.13.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python3.13.spec b/python3.13.spec index 15cb11e..a8bb9b4 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -1290,8 +1290,6 @@ CheckPython() { # 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 - # test_sendfile_close_peer_in_the_middle_of_receiving: - # https://github.com/python/cpython/issues/120226 LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest %{_smp_mflags} --timeout=2700 \ -i test_freeze_simple_script \ @@ -1304,9 +1302,6 @@ CheckPython() { -x test_signal \ -i test_deadlock \ %endif - %ifarch ppc64le - -i test_sendfile_close_peer_in_the_middle_of_receiving \ - %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName