3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: awscli: Explicitly disable tests.

* gnu/packages/python.scm (awscli)[arguments]: New field.
[native-inputs]: Remove.
This commit is contained in:
Marius Bakke 2017-02-14 16:09:49 +01:00
parent e435af5c2a
commit 619bfd811e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -9108,12 +9108,9 @@ interface to the Amazon Web Services (AWS) API.")
("python-s3transfer" ,python-s3transfer)
("python-docutils" ,python-docutils)
("python-rsa" ,python-rsa)))
(native-inputs
`(("python-mock" ,python-mock)
("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx)
("python-tox" ,python-tox)
("python-wheel" ,python-wheel)))
(arguments
;; FIXME: The 'pypi' release does not contain tests.
'(#:tests? #f))
(home-page "https://aws.amazon.com/cli/")
(synopsis "Command line client for AWS")
(description "AWS CLI provides a unified command line interface to the