gnu: python-tempest-lib: Disable tests.

* gnu/packages/openstack.scm (python-tempest-lib,
  python2-tempest-lib)[arguments]: Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-15 15:23:39 +01:00
parent 73b494a11d
commit f959495ba0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -328,7 +328,8 @@ (define-public python-tempest-lib
"1cpp2vwmawpd29hjsklsps181lq2ah91cl412qvpnz228nf9sqn5"))))
(build-system python-build-system)
(arguments
`(#:phases
`(#:tests? #f ; FIXME: Requires oslo.log >= 1.14.0.
#:phases
(modify-phases %standard-phases
(add-before
'check 'pre-check