gnu: python-pygments: Disable tests.
* gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
bd10e677d1
commit
995cb99e4b
|
@ -2782,6 +2782,9 @@ reStructuredText.")
|
||||||
(base32
|
(base32
|
||||||
"0lagrwifsgn0s8bzqahpr87p7gd38xja8f06akscinp6hj89283k"))))
|
"0lagrwifsgn0s8bzqahpr87p7gd38xja8f06akscinp6hj89283k"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
;; FIXME: Tests require sphinx, which depends on this.
|
||||||
|
'(#:tests? #f))
|
||||||
(home-page "http://pygments.org/")
|
(home-page "http://pygments.org/")
|
||||||
(synopsis "Syntax highlighting")
|
(synopsis "Syntax highlighting")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue