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>
This commit is contained in:
parent
fc9e5973d6
commit
e7041c8ef8
1 changed files with 3 additions and 0 deletions
|
@ -345,6 +345,9 @@ (define-public python-3.7
|
|||
;; <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"
|
||||
|
|
Loading…
Reference in a new issue