mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-oslo.config: Disable tests.
* gnu/packages/openstack.scm (python-oslo.config, python2-oslo.config)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
130f68ec3b
commit
d9184f4f76
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,8 @@ (define-public python-oslo.config
|
|||
(base32
|
||||
"13r778jfb0fhna37c2pd1f2xipnsbd7zli7qhn96acrzymrwj5k1"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; FIXME: Requires packaging python-argparse.
|
||||
(propagated-inputs
|
||||
`(("python-netaddr" ,python-netaddr)
|
||||
("python-six" ,python-six)
|
||||
|
|
Loading…
Reference in a new issue