From d7bac0b114af31a6ff4852b852f623bc21c565ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 20 Feb 2021 21:06:06 +0100 Subject: [PATCH] Skip test_gdb on arm on Fedora 33 once again See https://bugzilla.redhat.com/show_bug.cgi?id=1846390 --- python3.9.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python3.9.spec b/python3.9.spec index bcbe0ed..5575cf9 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -1205,6 +1205,8 @@ CheckPython() { # test_distutils # distutils.tests.test_bdist_rpm tests fail when bootstraping the Python # package: rpmbuild requires /usr/bin/pythonX.Y to be installed + # test_gdb on arm on Fedora 33: + # https://bugzilla.redhat.com/show_bug.cgi?id=1846390 LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest -j0 --timeout=1800 \ %if %{with bootstrap} @@ -1213,6 +1215,11 @@ CheckPython() { %ifarch %{mips64} -x test_ctypes \ %endif + %ifarch %{arm} + %if 0%{?fedora} < 34 && 0%{?rhel} < 9 + -x test_gdb \ + %endif + %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName