unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jeremiah@pdp10.guru
To: 36175@debbugs.gnu.org
Subject: bug#36175: python@3.7.0
Date: Tue, 11 Jun 2019 20:57:01 +0000	[thread overview]
Message-ID: <878su7u9gi.fsf@ITSx01.pdp10.guru> (raw)

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"

             reply	other threads:[~2019-06-11 22:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 20:57 Jeremiah [this message]
2019-06-20 22:02 ` bug#36175: python@3.7.0 Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878su7u9gi.fsf@ITSx01.pdp10.guru \
    --to=jeremiah@pdp10.guru \
    --cc=36175@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).