commit 59a34e4810a349bd1bb66f5119a11d2ad24f1c9b
Author: Arkadiusz MiĆkiewicz <[email protected]>
Date: Wed Dec 28 22:02:26 2016 +0100
- disable test_time on x32
python3.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index cc67086..d1875f3 100644
--- a/python3.spec
+++ b/python3.spec
@@ -14,7 +14,13 @@
# 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/59a34e4810a349bd1bb66f5119a11d2ad24f1c9b
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit