gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.
* gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme)[arguments]: New field.
This commit is contained in:
parent
5b3c3d4b5a
commit
a31e2f1a56
|
@ -12240,6 +12240,8 @@ English stemmer.")
|
||||||
(base32
|
(base32
|
||||||
"0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
|
"0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
;; FIXME: The 'pypi' release archive does not contain tests.
|
||||||
|
(arguments '(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)))
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
(home-page "https://bitbucket.org/ecollins/cloud_sptheme")
|
(home-page "https://bitbucket.org/ecollins/cloud_sptheme")
|
||||||
|
|
Loading…
Reference in New Issue