mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -604,6 +604,9 @@ (define-public python-oslosphinx
|
|||
(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 a new issue