From 1d254e46f1c484e3d87a661d7bd82ff7eb728c81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 28 Dec 2016 22:07:21 +0100 Subject: [PATCH] - working way --- python3.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python3.spec b/python3.spec index d1875f3..ec646e7 100644 --- a/python3.spec +++ b/python3.spec @@ -15,12 +15,10 @@ # test_site: fails because our site.py is patched to include both /usr/share/... and /usr/lib... # test_gdb: fails, as the gdb uses old python version # test_time: test_AsTimeval (test.test_time.TestCPyTime), rounding error -%define broken_tests test_nntplib \ %ifarch x32 - test_time \ +%define broken_tests_x32 test_time %endif - test_gdb \ - test_site +%define broken_tests test_nntplib test_gdb test_site %{?broken_tests_x32} %define py_ver 3.6 %define py_abi %{py_ver}m -- 2.43.0