diff options
author | Jeremiah@pdp10.guru <Jeremiah@pdp10.guru> | 2019-06-11 20:57:01 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-20 23:56:59 +0200 |
commit | e7041c8ef8b9137f40e0a5377b8224314168e226 (patch) | |
tree | 2a3859f26abdfde179af2e28482a64fd9dbefae8 /gnu/packages/python.scm | |
parent | fc9e5973d6ffbf016dc09085467d146ad99e2f93 (diff) | |
download | guix-e7041c8ef8b9137f40e0a5377b8224314168e226.tar guix-e7041c8ef8b9137f40e0a5377b8224314168e226.tar.gz |
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>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8565e60f71..f3bea4a51d 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" |