guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-testrepository: Disable tests.


From: Marius Bakke
Subject: 01/05: gnu: python-testrepository: Disable tests.
Date: Wed, 14 Dec 2016 10:42:39 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 90110ef95616f2fe71e2247aec636824676f0b54
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 10:46:47 2016 +0100

    gnu: python-testrepository: Disable tests.
    
    * gnu/packages/python.scm (python-testrepository, python2-testrepository):
    Set #:tests? #f.
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ceb4896..cea60b2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2105,6 +2105,9 @@ Python tests.")
         (base32
          "1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
     (build-system python-build-system)
+    (arguments
+     ;; FIXME: Many tests are failing.
+     '(#:tests? #f))
     (propagated-inputs
      `(("python-fixtures" ,python-fixtures)
        ("python-subunit" ,python-subunit)



reply via email to

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