mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-keystoneclient: Disable tests.
* gnu/packages/openstack.scm (python-keystoneclient, python2-keystoneclient)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
c616b5d3b5
commit
bfba083684
1 changed files with 2 additions and 0 deletions
|
@ -677,6 +677,8 @@ handling.")
|
||||||
(base32
|
(base32
|
||||||
"1w4csvkah67rfpxylxnvs2s3594i0f9isy8pf4gnsqs5zirvjaa4"))))
|
"1w4csvkah67rfpxylxnvs2s3594i0f9isy8pf4gnsqs5zirvjaa4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:tests? #f)) ; FIXME: Many tests are failing.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)
|
`(("python-sphinx" ,python-sphinx)
|
||||||
;; and some packages for the tests
|
;; and some packages for the tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue