From e354fb5703f6b2157235a4bf6df150a41ad718ba Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 27 Sep 2018 13:57:12 +0200 Subject: [PATCH] Disable test_gdb for now as it fails with latest gdb. --- python3.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python3.spec b/python3.spec index 6ebe8d0..993132b 100644 --- a/python3.spec +++ b/python3.spec @@ -1059,12 +1059,10 @@ CheckPython() { -wW --slowest --findleaks \ -x test_distutils \ -x test_bdist_rpm \ + -x test_gdb \ %ifarch %{mips64} -x test_ctypes \ %endif - %ifarch %{power64} s390 s390x armv7hl %{mips} - -x test_gdb \ - %endif %ifarch ppc64le -x test_buffer \ %endif