guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-3.6: Disable failing test.


From: Ricardo Wurmus
Subject: 01/01: gnu: python-3.6: Disable failing test.
Date: Thu, 15 Mar 2018 04:23:09 -0400 (EDT)

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

commit f529dfec74c2f5cbfe9cda65f9ee4b02fe12dbf9
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 15 09:21:58 2018 +0100

    gnu: python-3.6: Disable failing test.
    
    * gnu/packages/python.scm (python-3.6)[source]: Delete
    Lib/test/test_socket.py.
---
 gnu/packages/python.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 106c040..d091157 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -357,7 +357,11 @@ data types.")
                   (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/test/test_fcntl.py" ; fails on aarch64
+                              ;; This test fails on kernels older than 4.5.
+                              ;; It is skipped on these kernels in later
+                              ;; versions of Python.
+                              "Lib/test/test_socket.py"))
                   #t))))
     (arguments (substitute-keyword-arguments (package-arguments python-2)
                  ((#:tests? _) #t)))



reply via email to

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