diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-26 17:12:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-28 21:56:28 +0300 |
commit | a4b7a1cb4abc2614d898b8722c3ac779ce148fa0 (patch) | |
tree | 2a5998932057df1234c307291310d142509d565e | |
parent | 4696368108c2e1500a8f1d8a0d75b5f0aef1c37a (diff) | |
download | guix-a4b7a1cb4abc2614d898b8722c3ac779ce148fa0.tar.gz |
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.
-rw-r--r-- | gnu/packages/python.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7e46a76109..4033573a8b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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) |