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 @@ (define-public python-ly (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