emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36175: closed (python@3.7.0)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36175: closed (python@3.7.0)
Date: Thu, 20 Jun 2019 22:03:02 +0000

Your message dated Fri, 21 Jun 2019 00:02:23 +0200
with message-id <address@hidden>
and subject line Re: bug#36175: python@3.7.0
has caused the debbugs.gnu.org bug report #36175,
regarding python@3.7.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36175: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36175
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: python@3.7.0 Date: Tue, 11 Jun 2019 20:57:01 +0000
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"




--- End Message ---
--- Begin Message --- Subject: Re: bug#36175: python@3.7.0 Date: Fri, 21 Jun 2019 00:02:23 +0200 User-agent: Notmuch/0.29 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
address@hidden 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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]