guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: python-pygments: Disable tests.


From: Marius Bakke
Subject: 05/13: gnu: python-pygments: Disable tests.
Date: Tue, 13 Dec 2016 20:08:37 +0000 (UTC)

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

commit 523533766ebdecea4131689370542248851d7cc9
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 10:47:59 2016 +0100

    gnu: python-pygments: Disable tests.
    
    * gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]: 
Set
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index bc0a82b..65a8076 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2782,6 +2782,9 @@ reStructuredText.")
         (base32
          "0lagrwifsgn0s8bzqahpr87p7gd38xja8f06akscinp6hj89283k"))))
     (build-system python-build-system)
+    (arguments
+     ;; FIXME: Tests require sphinx, which depends on this.
+     '(#:tests? #f))
     (home-page "http://pygments.org/";)
     (synopsis "Syntax highlighting")
     (description



reply via email to

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