]> git.pld-linux.org Git - packages/python3.git/commitdiff
- disable test_time on x32
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Dec 2016 21:02:26 +0000 (22:02 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Dec 2016 21:02:26 +0000 (22:02 +0100)
python3.spec

index cc67086496d65148b1d73190d39118dd7764351d..d1875f33d82ec93884ad37dc8c3bedf68b956fca 100644 (file)
 # tests which fail because of some unknown/unresolved reason (this list should be %{nil})
 #   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
-%define                broken_tests    test_nntplib test_gdb test_site
+#   test_time: test_AsTimeval (test.test_time.TestCPyTime), rounding error
+%define                broken_tests    test_nntplib \
+%ifarch x32
+                               test_time \
+%endif
+                               test_gdb \
+                               test_site
 
 %define py_ver         3.6
 %define py_abi         %{py_ver}m
This page took 0.322872 seconds and 4 git commands to generate.