From 3562e2af49a6ea73b8125167cc88e1f59cc843ac Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Apr 20 2018 17:15:57 +0000 Subject: Skip test_rapid_restart on non x86 arches --- diff --git a/python35.spec b/python35.spec index 9ad7f3e..54d18df 100644 --- a/python35.spec +++ b/python35.spec @@ -943,6 +943,9 @@ CheckPython() { -x test_multiprocessing_fork \ -x test_multiprocessing_forkserver \ -x test_multiprocessing_spawn \ + %ifnarch %{ix86} x86_64 + -x test_rapid_restart \ + %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName @@ -1039,6 +1042,7 @@ CheckPython optimized - Rebased to version 3.5.5 - Do not ship the Tools directory - Skip test_multiprocessing_fork(server) and _spawn for now +- Skip test_rapid_restart on non x86 arches * Fri Feb 09 2018 Fedora Release Engineering - 3.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild