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
|
||||
"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
|
||||
|
|
Loading…
Reference in New Issue