1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

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

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