[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/48: HACK gnu: python: Disable tests on the Hurd.
From: |
guix-commits |
Subject: |
35/48: HACK gnu: python: Disable tests on the Hurd. |
Date: |
Sun, 19 Apr 2020 10:22:16 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit be6c7f72ab8c4893a1acdc05f2472e063965098e
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Thu Apr 16 21:13:12 2020 +0200
HACK gnu: python: Disable tests on the Hurd.
* gnu/packages/python.scm: When compiling for the Hurd, use #:tests? #f.
---
gnu/packages/python.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a30ad6f..2d1fdee 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -382,7 +382,8 @@ data types.")
(("^#pyexpat.*") "pyexpat pyexpat.c -lexpat\n"))
#t))))
(arguments
- (substitute-keyword-arguments (package-arguments python-2)
+ `(,@(if (hurd-system?) '(#:tests? #f) '())
+ ,@(substitute-keyword-arguments (package-arguments python-2)
((#:make-flags _)
`(list (string-append
(format #f "TESTOPTS=-j~d" (parallel-job-count))
@@ -446,7 +447,7 @@ data types.")
(invoke "patch" "-p1" "--force" "--input"
(assoc-ref (or native-inputs inputs)
"arm-alignment.patch")))))
- '()))))))
+ '())))))))
(native-inputs
`(("tzdata" ,tzdata-for-tests)
- 14/48: gnu: Add libtirpc/hurd., (continued)
- 14/48: gnu: Add libtirpc/hurd., guix-commits, 2020/04/19
- 28/48: system: hurd: Create system profile for guix development., guix-commits, 2020/04/19
- 21/48: services: hurd: Add dummy loopback., guix-commits, 2020/04/19
- 25/48: system: gnu: Populate "/etc" from "/boot/activation"., guix-commits, 2020/04/19
- 19/48: services: Add guix-daemon-service as a Hurd service., guix-commits, 2020/04/19
- 29/48: system: gnu: Add %bootstrap-{gcc, binutils, glibc} for devel profile., guix-commits, 2020/04/19
- 30/48: guile: Disable web-server test on the Hurd., guix-commits, 2020/04/19
- 31/48: gnu: tar: Disable troublesome tests on the Hurd., guix-commits, 2020/04/19
- 32/48: gnu: tls: Remove datefudge and disable tests on the Hurd., guix-commits, 2020/04/19
- 20/48: services: hurd: Add dummy syslog., guix-commits, 2020/04/19
- 35/48: HACK gnu: python: Disable tests on the Hurd.,
guix-commits <=
- 36/48: system: hurd: Add guix., guix-commits, 2020/04/19
- 39/48: gnu: guix: Fix cross-compilation., guix-commits, 2020/04/19
- 38/48: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/19
- 42/48: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/19
- 43/48: gnu: guix: Add dependency on `hurd' when building for the Hurd., guix-commits, 2020/04/19
- 07/48: gnu: hurd: Build DDE libraries., guix-commits, 2020/04/19
- 26/48: system: hurd: Add openssh service., guix-commits, 2020/04/19
- 37/48: gnu: coreutils: Mark three more tests XFAIL on the Hurd., guix-commits, 2020/04/19
- 34/48: gnu: tcl: Disable troublesome test on the Hurd., guix-commits, 2020/04/19
- 47/48: REMOVEME gnu: guix: Bugfix for cross compiling to the Hurd., guix-commits, 2020/04/19