~ruther/guix-local

90110ef95616f2fe71e2247aec636824676f0b54 — Marius Bakke 9 years ago f6c1ef1
gnu: python-testrepository: Disable tests.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 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)