diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 10:02:11 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 10:02:41 +0100 |
commit | 972cf9be524535fee3999021a68537039e204ee6 (patch) | |
tree | cca294d0bcf6a3f0ea4399400a5a2213bcb6b07b /gnu | |
parent | 9026e6890a829fa2713cd1dcca407f19adf82802 (diff) | |
download | patches-972cf9be524535fee3999021a68537039e204ee6.tar patches-972cf9be524535fee3999021a68537039e204ee6.tar.gz |
gnu: python-ly: Disable tests.
* gnu/packages/python.scm (python-ly): Set #:tests? #f.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9bcdb30820..04ee836c6c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |