gnu: python: Allow building on low-memory systems.
authorJeremiah@pdp10.guru <Jeremiah@pdp10.guru>
Tue, 11 Jun 2019 20:57:01 +0000 (20:57 +0000)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 20 Jun 2019 21:56:59 +0000 (23:56 +0200)
* gnu/packages/python.scm (python-3.7)[source]: Delete memory-intensive test.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu/packages/python.scm

index 8565e60..f3bea4a 100644 (file)
@@ -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"