]> git.pld-linux.org Git - packages/python3.git/commitdiff
- working way auto/th/python3-3.6.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Dec 2016 21:07:21 +0000 (22:07 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Dec 2016 21:07:21 +0000 (22:07 +0100)
python3.spec

index d1875f33d82ec93884ad37dc8c3bedf68b956fca..ec646e75bce8a133fe3c1def278a08dbeb689267 100644 (file)
 #   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
This page took 0.033669 seconds and 4 git commands to generate.