Skip to content

Commit 43f9bde

Browse files
Update acktest to 589f834 (#56)
Description of changes: The current version of boto3 uses `1.22` as the latest version for EKS clusters. None of the e2e tests define a version, so they all fall back to whichever default boto3 supplies - which will be the latest version it knows about. This PR upgrades the `acktest` dependency, which now points to a much more recent version of `boto3` which supports `1.24` and ensures tests are running against the most up-to-date EKS cluster version. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent a18816c commit 43f9bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@835781dcbb39e2220e68a659dd771ce4bd9b1ac0
1+
acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@589f8349bf75a27b0f53602bda73f76f80a967c5

0 commit comments

Comments
 (0)