Skip to content

Commit

Permalink
Update boto3 versions for elbv2 tests (ansible-collections#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Feb 4, 2021
1 parent bbb4707 commit 17fe59a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/targets/ecs_cluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- pip:
name:
- 'botocore>=1.12.60'
- boto3
- 'boto3>=1.16.57'
- coverage<5
virtualenv: "{{ virtualenv }}"
virtualenv_command: "{{ virtualenv_command }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/elb_target/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ ansible-playbook -i ../../inventory -v playbooks/version_fail.yml "$@"

# Run full test suite
source virtualenv.sh
pip install 'botocore>=1.8.0' boto3
pip install 'botocore' 'boto3>=1.16.57'
ansible-playbook -i ../../inventory -v playbooks/full_test.yml "$@"
3 changes: 3 additions & 0 deletions tests/integration/targets/elb_target_info/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

set -eux

# Run full test suite
source virtualenv.sh
pip install 'botocore' 'boto3>=1.16.57'
ansible-playbook -i ../../inventory -v playbooks/full_test.yml "$@"

0 comments on commit 17fe59a

Please sign in to comment.