From 05356b4f0619929ae9f01b38a2a08bec35b3d69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 20 Apr 2018 12:36:59 +0200 Subject: [PATCH] Skip test_multiprocessing_fork(server) and _spawn for now --- python35.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python35.spec b/python35.spec index 40cc08a..9ad7f3e 100644 --- a/python35.spec +++ b/python35.spec @@ -938,8 +938,11 @@ CheckPython() { -x test_ctypes \ %endif %ifarch %{power64} s390 s390x armv7hl aarch64 %{mips} - -x test_gdb + -x test_gdb \ %endif + -x test_multiprocessing_fork \ + -x test_multiprocessing_forkserver \ + -x test_multiprocessing_spawn \ echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName @@ -1032,9 +1035,10 @@ CheckPython optimized # ====================================================== %changelog -* Tue Mar 27 2018 Miro Hrončok - 3.5.5-1 +* Fri Apr 20 2018 Miro Hrončok - 3.5.5-1 - Rebased to version 3.5.5 - Do not ship the Tools directory +- Skip test_multiprocessing_fork(server) and _spawn for now * Fri Feb 09 2018 Fedora Release Engineering - 3.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild