diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-13 12:01:52 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-13 17:04:18 -0500 |
commit | 03cb5f9edbe67c93d235060c877f6a135a418c9f (patch) | |
tree | 66d2af54eb971872b3b238c5efb6ae73e2158686 /gnu | |
parent | 995cb99e4b9852c497d73a130430e5c96bb74ef7 (diff) | |
download | guix-03cb5f9edbe67c93d235060c877f6a135a418c9f.tar guix-03cb5f9edbe67c93d235060c877f6a135a418c9f.tar.gz |
gnu: python-sphinx: Disable tests.
* gnu/packages/python.scm (python-sphinx, python2-sphinx)[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 65a8076363..e9ec52271e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2808,6 +2808,9 @@ reStructuredText.") (base32 "011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl")))) (build-system python-build-system) + (arguments + ;; FIXME: Missing dependencies. + '(#:tests? #f)) (propagated-inputs `(("python-jinja2" ,python-jinja2) ("python-docutils" ,python-docutils) |