mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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:
parent
73b494a11d
commit
f959495ba0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue