guix-commits
[Top][All Lists]
Advanced

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

10/18: gnu: Python: Delete broken test.


From: Marius Bakke
Subject: 10/18: gnu: Python: Delete broken test.
Date: Sun, 9 Sep 2018 12:16:04 -0400 (EDT)

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

commit 589aca1c183ef1dfdef54d40fdd6a258bbcd39d0
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 20:19:32 2018 +0200

    gnu: Python: Delete broken test.
    
    * gnu/packages/python.scm (python-3.7)[source](snippet): Delete test which
    may crash some systems.
---
 gnu/packages/python.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index df98778..a057e2a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -342,9 +342,15 @@ data types.")
               (snippet
                '(begin
                   (for-each delete-file
-                            '("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
+                            '(;; This test may hang and eventually run out of
+                              ;; memory on some systems:
+                              ;; <https://bugs.python.org/issue34587>
+                              "Lib/test/test_socket.py"
+
+                              ;; These tests fail on AArch64.
+                              "Lib/ctypes/test/test_win32.py"
+                              "Lib/test/test_fcntl.py"
+                              "Lib/test/test_posix.py"))
                   #t))))
     (arguments
      (substitute-keyword-arguments (package-arguments python-2)



reply via email to

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