diff --git a/python3.spec b/python3.spec index d7e4d7d..cc6dea7 100644 --- a/python3.spec +++ b/python3.spec @@ -978,8 +978,6 @@ CheckPython() { LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.pythoninfo # Run the upstream test suite - # test_gdb skipped on armv7hl: - # https://bugzilla.redhat.com/show_bug.cgi?id=1196181 # test_gdb skipped on s390x: # https://bugzilla.redhat.com/show_bug.cgi?id=1678277 # test_asyncio skipped: @@ -988,7 +986,7 @@ CheckPython() { -wW --slowest -j0 \ -x test_distutils \ -x test_bdist_rpm \ - %ifarch %{arm} s390x + %ifarch s390x -x test_gdb \ %endif %ifarch %{mips64}