gnu: awscli: Explicitly disable tests.
* gnu/packages/python.scm (awscli)[arguments]: New field. [native-inputs]: Remove.
This commit is contained in:
parent
e435af5c2a
commit
619bfd811e
|
@ -9108,12 +9108,9 @@ interface to the Amazon Web Services (AWS) API.")
|
||||||
("python-s3transfer" ,python-s3transfer)
|
("python-s3transfer" ,python-s3transfer)
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("python-rsa" ,python-rsa)))
|
("python-rsa" ,python-rsa)))
|
||||||
(native-inputs
|
(arguments
|
||||||
`(("python-mock" ,python-mock)
|
;; FIXME: The 'pypi' release does not contain tests.
|
||||||
("python-nose" ,python-nose)
|
'(#:tests? #f))
|
||||||
("python-sphinx" ,python-sphinx)
|
|
||||||
("python-tox" ,python-tox)
|
|
||||||
("python-wheel" ,python-wheel)))
|
|
||||||
(home-page "https://aws.amazon.com/cli/")
|
(home-page "https://aws.amazon.com/cli/")
|
||||||
(synopsis "Command line client for AWS")
|
(synopsis "Command line client for AWS")
|
||||||
(description "AWS CLI provides a unified command line interface to the
|
(description "AWS CLI provides a unified command line interface to the
|
||||||
|
|
Loading…
Reference in New Issue