gnu: python-oslosphinx: Disable tests.
* gnu/packages/openstack.scm (python-oslosphinx, python2-oslosphinx)[arguments]: New field.
This commit is contained in:
parent
bb6043fe9f
commit
23015b4fb4
|
@ -604,6 +604,9 @@ and building documentation from them.")
|
|||
(base32
|
||||
"0cz8ym4i1n4rgljlqhyhfkpgdmid7nkb909k8r8nk186m9cmpla2"))))
|
||||
(build-system python-build-system)
|
||||
;; FIXME: Incompatible sphinx version.
|
||||
(arguments
|
||||
'(#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-requests" ,python-requests)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue