guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-2.7: Disable test failing on mips64el-linux.


From: Andreas Enge
Subject: 01/01: gnu: python-2.7: Disable test failing on mips64el-linux.
Date: Wed, 27 Jul 2016 16:24:28 +0000 (UTC)

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

commit 8b732bf6d93ad2cb529c3c5f886efe2625c5fb72
Author: Andreas Enge <address@hidden>
Date:   Wed Jul 27 16:05:36 2016 +0200

    gnu: python-2.7: Disable test failing on mips64el-linux.
    
    * gnu/packages/python.scm (python-2.7)[source]: In a snippet, remove
    an additional test that fails on mips64el-linux.
---
 gnu/packages/python.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a5260f2..14f29f0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -125,7 +125,9 @@
                       "Lib/test/test_import.py"
                       "Lib/test/test_shutil.py"
                       "Lib/test/test_socket.py"
-                      "Lib/test/test_subprocess.py"))
+                      "Lib/test/test_subprocess.py"
+                      ;; The following test apparently fails only on mips64el.
+                      "Lib/test/test_ctypes.py"))
           #t))))
     (outputs '("out"
                "tk"))                     ;tkinter; adds 50 MiB to the closure



reply via email to

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