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.
This commit is contained in:
parent
4696368108
commit
a4b7a1cb4a
|
@ -341,9 +341,9 @@ data types.")
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
'("Lib/ctypes/test/test_structures.py" ; fails on aarch64
|
'("Lib/ctypes/test/test_win32.py" ; fails on aarch64
|
||||||
"Lib/ctypes/test/test_win32.py" ; fails on aarch64
|
"Lib/test/test_fcntl.py" ; fails on aarch64
|
||||||
"Lib/test/test_fcntl.py")) ; fails on aarch64
|
"Lib/test/test_posix.py")) ; fails on aarch64
|
||||||
#t))))
|
#t))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments python-2)
|
(substitute-keyword-arguments (package-arguments python-2)
|
||||||
|
|
Loading…
Reference in New Issue