gnu: python-3.7: Update deleted tests.

* gnu/packages/python.scm (python-3.7)[source]: Update the list of files
to be deleted in the snippet.
master
Efraim Flashner 2018-07-26 17:12:01 +03:00
parent 4696368108
commit a4b7a1cb4a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -341,9 +341,9 @@ data types.")
(snippet
'(begin
(for-each delete-file
'("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
'("Lib/ctypes/test/test_win32.py" ; fails on aarch64
"Lib/test/test_fcntl.py" ; fails on aarch64
"Lib/test/test_posix.py")) ; fails on aarch64
#t))))
(arguments
(substitute-keyword-arguments (package-arguments python-2)