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 2f181d7 commit 1a2c3d4Copy full SHA for 1a2c3d4
.evergreen/scripts/setup_tests.py
@@ -399,6 +399,9 @@ def handle_test_env() -> None:
399
write_env("CA_FILE", os.environ["CA_FILE"])
400
write_env("OCSP_TLS_SHOULD_SUCCEED", os.environ["OCSP_TLS_SHOULD_SUCCEED"])
401
402
+ if test_name == "auth_aws":
403
+ write_env("MONGODB_URI", os.environ["MONGODB_URI"])
404
+
405
if test_name == "perf":
406
# PYTHON-4769 Run perf_test.py directly otherwise pytest's test collection negatively
407
# affects the benchmark results.
0 commit comments