mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
71d9f5614d
commit
49c620e068
1 changed files with 3 additions and 2 deletions
|
@ -348,8 +348,9 @@ data types.")
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
'("Lib/ctypes/test/test_win32.py" ; fails on aarch64
|
'("Lib/ctypes/test/test_structures.py" ; fails on aarch64
|
||||||
"Lib/test/test_fcntl.py"))
|
"Lib/ctypes/test/test_win32.py" ; fails on aarch64
|
||||||
|
"Lib/test/test_fcntl.py")) ; fails on aarch64
|
||||||
#t))))
|
#t))))
|
||||||
(arguments (substitute-keyword-arguments (package-arguments python-2)
|
(arguments (substitute-keyword-arguments (package-arguments python-2)
|
||||||
((#:tests? _) #t)))
|
((#:tests? _) #t)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue