guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python: Skip one more test.


From: Efraim Flashner
Subject: 01/01: gnu: python: Skip one more test.
Date: Mon, 19 Jun 2017 06:26:42 -0400 (EDT)

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

commit e46e9573855d5ee4f71db0ce77159bbc636330c1
Author: Efraim Flashner <address@hidden>
Date:   Tue Jun 13 10:24:57 2017 +0300

    gnu: python: Skip one more test.
    
    * gnu/packages/python.scm (python)[source]: Remove another test.
---
 gnu/packages/python.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1373e4b..505e4a8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -340,8 +340,11 @@ data types.")
                (base32
                 "1c6v1n9nz4mlx9mw1125fxpmbrgniqdbbx9hnqx44maqazb2mzpf"))
               (snippet
-               '(delete-file
-                  "Lib/ctypes/test/test_win32.py")))) ; fails on aarch64
+               '(begin
+                  (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)
                  ((#:tests? _) #t)))
     (native-search-paths



reply via email to

[Prev in Thread] Current Thread [Next in Thread]