diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:11:05 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-15 09:15:20 +0100 |
commit | a31e2f1a56ed0495698ad0355db7f6caef3cc8b3 (patch) | |
tree | d42b9c2d4476017c76a9114703cab81c16fa1934 /gnu/packages/python.scm | |
parent | 5b3c3d4b5a7a775a407b97f044c93cc151b3103f (diff) |
gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.
* gnu/packages/python.scm (python-sphinx-cloud-sptheme,
python2-sphinx-cloud-sptheme)[arguments]: New field.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
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") |