efraim pushed a commit to branch python-updates
in repository guix.

commit 49c620e0685a0bbe40ff69159a9ca562ba02ca7f
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Fri Oct 20 10:37:32 2017 +0300

    gnu: python@3.6: Fix building on aarch64.
    
    * gnu/packages/python.scm (python@3.6)[source]: Remove another test.
---
 gnu/packages/python.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c81bc8f..96dd5f0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -348,8 +348,9 @@ data types.")
               (snippet
                '(begin
                   (for-each delete-file
-                            '("Lib/ctypes/test/test_win32.py" ; fails on 
aarch64
-                              "Lib/test/test_fcntl.py"))
+                            '("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
                   #t))))
     (arguments (substitute-keyword-arguments (package-arguments python-2)
                  ((#:tests? _) #t)))

Reply via email to