summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-15 09:11:05 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-15 09:15:20 +0100
commita31e2f1a56ed0495698ad0355db7f6caef3cc8b3 (patch)
treed42b9c2d4476017c76a9114703cab81c16fa1934
parent5b3c3d4b5a7a775a407b97f044c93cc151b3103f (diff)
downloadguix-patches-a31e2f1a56ed0495698ad0355db7f6caef3cc8b3.tar
guix-patches-a31e2f1a56ed0495698ad0355db7f6caef3cc8b3.tar.gz
gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.
* gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme)[arguments]: New field.
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 315d741b7f..39fd58716e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12240,6 +12240,8 @@ English stemmer.")
(base32
"0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
(build-system python-build-system)
+ ;; FIXME: The 'pypi' release archive does not contain tests.
+ (arguments '(#:tests? #f))
(native-inputs
`(("python-sphinx" ,python-sphinx)))
(home-page "https://bitbucket.org/ecollins/cloud_sptheme")