Skip to content

Commit

Permalink
tests/autoscaling_scheduled_action: use default botocore version (#1474)
Browse files Browse the repository at this point in the history
tests/autoscaling_scheduled_action: use default botocore version

pip was not able anymore to pull botocore 1.20.24 with an uncapped boto3 version.
To address this we just remove the ad-hoc virtualenv.
botocore 1.20.24 is unsupported anyway.

Reviewed-by: Mark Woolley <mw@marknet15.com>
  • Loading branch information
goneri authored Sep 16, 2022
1 parent 56d26c8 commit a52608b
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 280 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/tests-autoscaling_scheduled_action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- "tests/autoscaling_scheduled_action: Use the regular supported version of botocore during the tests."
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
dependencies:
- role: setup_ec2_facts
- role: setup_botocore_pip
vars:
botocore_version: "1.20.24"
Loading

0 comments on commit a52608b

Please sign in to comment.