diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-13 10:47:59 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-13 17:04:18 -0500 |
commit | 995cb99e4b9852c497d73a130430e5c96bb74ef7 (patch) | |
tree | 8ca0985c95e977bb6b71652b83d45521340ecfef /gnu | |
parent | bd10e677d1ff5650ea5a13c604a083824f12b238 (diff) | |
download | guix-995cb99e4b9852c497d73a130430e5c96bb74ef7.tar.gz |
gnu: python-pygments: Disable tests.
* gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]: Set #:tests? #f.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index bc0a82b3a3..65a8076363 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 |