unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36175: python@3.7.0
@ 2019-06-11 20:57 Jeremiah
  2019-06-20 22:02 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremiah @ 2019-06-11 20:57 UTC (permalink / raw)
  To: 36175

Currently python@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"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36175: python@3.7.0
  2019-06-11 20:57 bug#36175: python@3.7.0 Jeremiah
@ 2019-06-20 22:02 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-06-20 22:02 UTC (permalink / raw)
  To: Jeremiah, 36175-done

[-- Attachment #1: Type: text/plain, Size: 945 bytes --]

Jeremiah@pdp10.guru writes:

> Currently python@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"

Thanks!  Pushed in e7041c8ef8b9137f40e0a5377b8224314168e226.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-20 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11 20:57 bug#36175: python@3.7.0 Jeremiah
2019-06-20 22:02 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).