diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-14 16:09:49 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-14 16:09:49 +0100 |
commit | 619bfd811eb778998101cf3d72d7fba9447813e3 (patch) | |
tree | b572d30a5912974db741eda2d2f5af3258399f24 /gnu | |
parent | e435af5c2a9318a65dd4f240c33ba77870e6086d (diff) | |
download | patches-619bfd811eb778998101cf3d72d7fba9447813e3.tar patches-619bfd811eb778998101cf3d72d7fba9447813e3.tar.gz |
gnu: awscli: Explicitly disable tests.
* gnu/packages/python.scm (awscli)[arguments]: New field.
[native-inputs]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 85704d3eee..421291d7de 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |