guix-commits
[Top][All Lists]
Advanced

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

branch wip-hurd updated: squash! gnu: python: Skip some tests for the Hu


From: guix-commits
Subject: branch wip-hurd updated: squash! gnu: python: Skip some tests for the Hurd.
Date: Tue, 06 Jun 2023 05:38:39 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch wip-hurd
in repository guix.

The following commit(s) were added to refs/heads/wip-hurd by this push:
     new 09c3d61646 squash! gnu: python: Skip some tests for the Hurd.
09c3d61646 is described below

commit 09c3d61646ad19a96040fb00a90ec5604e474e7f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 6 11:34:55 2023 +0200

    squash! gnu: python: Skip some tests for the Hurd.
---
 gnu/packages/python.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fe09542711..4f2990d4e1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -508,7 +508,11 @@ data types.")
        ((#:phases phases)
         `(modify-phases ,phases
            ,@(if (hurd-system?)
-                 `((delete 'patch-regen-for-hurd)) ;regen was removed after 
3.5.9
+                 `((delete 'patch-regen-for-hurd)  ;regen was removed after 
3.5.9
+                   (add-after 'unpack 'disable-multi-processing
+                     (lambda _
+                       (substitute* "Makefile.pre.in"
+                         (("-j0") "-j1")))))
                  '())
            (add-after 'unpack 'remove-windows-binaries
              (lambda _



reply via email to

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