gnu: python-oslo.i18n: Disable tests.
* gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
f30e53369b
commit
bb56d9a18c
|
@ -441,6 +441,8 @@ pipeline and used by various modules such as logging.")
|
|||
(base32
|
||||
"0bpb1c20sm8my650gl824nzaip83bfn8hr91s65k5ncmyh8hb6pl"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; FIXME: Circular dependency on python-oslo.config.
|
||||
(propagated-inputs
|
||||
`(("python-babel" ,python-babel)
|
||||
("python-six" ,python-six)))
|
||||
|
|
Loading…
Reference in New Issue