GNU bug report logs -
#36175
python@3.7.0
Previous Next
Reported by: Jeremiah <at> pdp10.guru
Date: Tue, 11 Jun 2019 22:02:01 UTC
Severity: normal
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Currently python <at> 3.7.0 fails to build on low memory systems;
despite actually building successfully.
The diff required to disable the test is as follows:
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 11f3aacf00..75afeba2a1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -310,6 +310,8 @@ data types.")
;; memory on some systems:
;; <https://bugs.python.org/issue34587>
"Lib/test/test_socket.py"
+ ;; Allow python to be built on lower memory systems
+ "Lib/test/test_mmap.py"
;; These tests fail on AArch64.
"Lib/ctypes/test/test_win32.py"
This bug report was last modified 5 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.