diff options
Diffstat (limited to 'ansible_collections/amazon/aws/tests/unit/constraints.txt')
-rw-r--r-- | ansible_collections/amazon/aws/tests/unit/constraints.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible_collections/amazon/aws/tests/unit/constraints.txt b/ansible_collections/amazon/aws/tests/unit/constraints.txt new file mode 100644 index 00000000..cd546e7c --- /dev/null +++ b/ansible_collections/amazon/aws/tests/unit/constraints.txt @@ -0,0 +1,7 @@ +# Specifically run tests against the oldest versions that we support +boto3==1.18.0 +botocore==1.21.0 + +# AWS CLI has `botocore==` dependencies, provide the one that matches botocore +# to avoid needing to download over a years worth of awscli wheels. +awscli==1.20.0 |