1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: python@3.6: Fix building on aarch64.

* gnu/packages/python.scm (python@3.6)[source]: Remove another test.
This commit is contained in:
Efraim Flashner 2017-10-20 10:37:32 +03:00
parent 71d9f5614d
commit 49c620e068
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -348,8 +348,9 @@ data types.")
(snippet
'(begin
(for-each delete-file
'("Lib/ctypes/test/test_win32.py" ; fails on aarch64
"Lib/test/test_fcntl.py"))
'("Lib/ctypes/test/test_structures.py" ; fails on aarch64
"Lib/ctypes/test/test_win32.py" ; fails on aarch64
"Lib/test/test_fcntl.py")) ; fails on aarch64
#t))))
(arguments (substitute-keyword-arguments (package-arguments python-2)
((#:tests? _) #t)))