From 8e13c404acff15660ff97f51c5665415e871ce91 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 11 2020 16:30:04 +0000 Subject: remove test_gdb for arm32 --- diff --git a/SPECS/python3.spec b/SPECS/python3.spec index d786e5c..b0385a9 100644 --- a/SPECS/python3.spec +++ b/SPECS/python3.spec @@ -1230,6 +1230,9 @@ CheckPython() { LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest --findleaks \ -x test_bdist_rpm \ + %ifarch %{arm} + -x test_gdb \ + %endif %ifarch %{mips64} -x test_ctypes \ %endif