mbakke pushed a commit to branch python-tests
in repository guix.
commit 523533766ebdecea4131689370542248851d7cc9
Author: Marius Bakke <[email protected]>
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