1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

gnu: python: Skip one more test.

* gnu/packages/python.scm (python)[source]: Remove another test.
This commit is contained in:
Efraim Flashner
2017-06-13 10:24:57 +03:00
parent 05e26d1ecd
commit e46e957385

View File

@@ -340,8 +340,11 @@ data types.")
(base32
"1c6v1n9nz4mlx9mw1125fxpmbrgniqdbbx9hnqx44maqazb2mzpf"))
(snippet
'(delete-file
"Lib/ctypes/test/test_win32.py")))) ; fails on aarch64
'(begin
(for-each delete-file
'("Lib/ctypes/test/test_win32.py" ; fails on aarch64
"Lib/test/test_fcntl.py"))
#t))))
(arguments (substitute-keyword-arguments (package-arguments python-2)
((#:tests? _) #t)))
(native-search-paths