gnu: python-oslosphinx: Disable tests.

* gnu/packages/openstack.scm (python-oslosphinx,
python2-oslosphinx)[arguments]: New field.
This commit is contained in:
Marius Bakke 2017-02-14 00:15:27 +01:00
parent bb6043fe9f
commit 23015b4fb4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 0 deletions

View File

@ -604,6 +604,9 @@ and building documentation from them.")
(base32 (base32
"0cz8ym4i1n4rgljlqhyhfkpgdmid7nkb909k8r8nk186m9cmpla2")))) "0cz8ym4i1n4rgljlqhyhfkpgdmid7nkb909k8r8nk186m9cmpla2"))))
(build-system python-build-system) (build-system python-build-system)
;; FIXME: Incompatible sphinx version.
(arguments
'(#:tests? #f))
(propagated-inputs (propagated-inputs
`(("python-requests" ,python-requests))) `(("python-requests" ,python-requests)))
(native-inputs (native-inputs