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

commit 87b69fc966a265c6cbd0fda0062988d6a2b2d9bf
Author: Jan Nieuwenhuizen <jann...@gnu.org>
Date:   Fri Nov 30 11:41:12 2018 +0100

    gnu: python-2.7: Disable tests.  REVERTME
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9b43f46..3a83859 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -185,6 +185,7 @@
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
+       #:tests? #f
        #:configure-flags
        (list "--enable-shared"                    ;allow embedding
              "--with-system-ffi"                  ;build ctypes

Reply via email to