gnu: python: Skip one more test.
* gnu/packages/python.scm (python)[source]: Remove another test.
This commit is contained in:
parent
05e26d1ecd
commit
e46e957385
|
@ -340,8 +340,11 @@ data types.")
|
||||||
(base32
|
(base32
|
||||||
"1c6v1n9nz4mlx9mw1125fxpmbrgniqdbbx9hnqx44maqazb2mzpf"))
|
"1c6v1n9nz4mlx9mw1125fxpmbrgniqdbbx9hnqx44maqazb2mzpf"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file
|
'(begin
|
||||||
"Lib/ctypes/test/test_win32.py")))) ; fails on aarch64
|
(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)
|
(arguments (substitute-keyword-arguments (package-arguments python-2)
|
||||||
((#:tests? _) #t)))
|
((#:tests? _) #t)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in New Issue