~ruther/guix-local

972cf9be524535fee3999021a68537039e204ee6 — Marius Bakke 9 years ago 9026e68
gnu: python-ly: Disable tests.

* gnu/packages/python.scm (python-ly): 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
@@ 5991,6 5991,9 @@ from an XML-based format.")
        (base32
         "0g6n288l83sfwavxh1aryi0aqvsr3sp7v6f903mckwqa4scpky62"))))
    (build-system python-build-system)
    (arguments
     ;; FIXME: Some tests need network access.
     '(#:tests? #f))
    (synopsis "Tool and library for manipulating LilyPond files")
    (description "This package provides a Python library to parse, manipulate
or create documents in LilyPond format.  A command line program ly is also