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 <mbakke@fastmail.com>
master
Jeremiah@pdp10.guru 2019-06-11 20:57:01 +00:00 committed by Marius Bakke
parent fc9e5973d6
commit e7041c8ef8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 0 deletions

View 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"