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: Support native build on th


From: guix-commits
Subject: branch wip-hurd updated: squash! gnu: python: Support native build on the Hurd. --full python
Date: Wed, 07 Jun 2023 14:22:50 -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 aeac71ba74 squash! gnu: python: Support native build on the Hurd. 
--full python
aeac71ba74 is described below

commit aeac71ba74f588df972a05310d81cdda799fd354
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jun 7 19:02:14 2023 +0200

    squash! gnu: python: Support native build on the Hurd. --full python
---
 gnu/packages/python.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4f2990d4e1..5b27a0b4d4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -495,6 +495,7 @@ data types.")
                         " test_multiprocessing_spawn" ;runs over 10min
                         " test_builtin"
                         " test_capi"
+                        " test_dbm_ndbm"
                         " test_exceptions"
                         " test_faulthandler"
                         " test_getopt"
@@ -503,7 +504,8 @@ data types.")
                         " test_multiprocessing_fork"
                         " test_multiprocessing_main_handling"
                         " test_pdb "
-                        " test_regrtest")
+                        " test_regrtest"
+                        " test_sqlite")
                       '()))))
        ((#:phases phases)
         `(modify-phases ,phases



reply via email to

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