gnu: python-pygments: Disable tests.

* gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]:
Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-13 10:47:59 +01:00 committed by Leo Famulari
parent bd10e677d1
commit 995cb99e4b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 0 deletions

View File

@ -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