guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-ly: Disable tests.


From: Marius Bakke
Subject: 01/02: gnu: python-ly: Disable tests.
Date: Thu, 15 Dec 2016 09:13:46 +0000 (UTC)

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

commit 972cf9be524535fee3999021a68537039e204ee6
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 10:02:11 2016 +0100

    gnu: python-ly: Disable tests.
    
    * gnu/packages/python.scm (python-ly): 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 9bcdb30..04ee836 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



reply via email to

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