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

commit a4b7a1cb4abc2614d898b8722c3ac779ce148fa0
Author: Efraim Flashner <[email protected]>
Date:   Thu Jul 26 17:12:01 2018 +0300

    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.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7e46a76..4033573 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)

Reply via email to