We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf21802 commit 3a3c290Copy full SHA for 3a3c290
.evergreen/scripts/run_tests.py
@@ -164,7 +164,7 @@ def run() -> None:
164
target = f"run-mongodb-aws-{SUB_TEST_NAME}-test.sh"
165
text = (HERE / "run-aws-container-test.sh").read_text()
166
if SUB_TEST_NAME == "eks":
167
- text = text.replace("python3.9", "python3.10")
+ text = text.replace("python3.9", "python3.11")
168
(HERE.parent / target).write_text(text)
169
run_command(f"{DRIVERS_TOOLS}/.evergreen/auth_aws/aws_setup.sh {SUB_TEST_NAME}")
170
return
0 commit comments