guix-commits
[Top][All Lists]
Advanced

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

14/14: gnu: python: Allow building on low-memory systems.


From: guix-commits
Subject: 14/14: gnu: python: Allow building on low-memory systems.
Date: Thu, 20 Jun 2019 18:01:14 -0400 (EDT)

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

commit e7041c8ef8b9137f40e0a5377b8224314168e226
Author: address@hidden <address@hidden>
Date:   Tue Jun 11 20:57:01 2019 +0000

    gnu: python: Allow building on low-memory systems.
    
    * gnu/packages/python.scm (python-3.7)[source]: Delete memory-intensive 
test.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/python.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8565e60..f3bea4a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -345,6 +345,9 @@ data types.")
                               ;; <https://bugs.python.org/issue34587>
                               "Lib/test/test_socket.py"
 
+                              ;; Delete test that fails on low-memory systems.
+                              "Lib/test/test_mmap.py"
+
                               ;; These tests fail on AArch64.
                               "Lib/ctypes/test/test_win32.py"
                               "Lib/test/test_fcntl.py"



reply via email to

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