summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-15 09:05:56 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-15 09:05:56 +0100
commit9893cff37695dbe99eb3d776d405f90607e86d37 (patch)
tree5d28f306cc4aeae000755f1d1d2d4c92d3f98ed5
parent3d2a544c6901622ca30c507028532734f0f52040 (diff)
downloadguix-patches-9893cff37695dbe99eb3d776d405f90607e86d37.tar
guix-patches-9893cff37695dbe99eb3d776d405f90607e86d37.tar.gz
gnu: python-sphinx-rtd-theme: Disable tests.
* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme)[arguments]: New field.
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a80daeea73..196fe2c833 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3050,6 +3050,7 @@ sources.")
(base32
"19nw3rn7awplcdrz63kg1njqwkbymfg9lwn7l2grhdyhyr2gaa8g"))))
(build-system python-build-system)
+ (arguments '(#:tests? #f)) ; No tests.
(propagated-inputs
`(("python-sphinx" ,python-sphinx)))
(home-page "https://github.com/snide/sphinx_rtd_theme/")