File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -783,9 +783,8 @@ functions:
783
783
export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
784
784
785
785
${PREPARE_SHELL}
786
- bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets
787
- pwd
788
- ls
786
+ bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
787
+ source ./secrets-export.sh
789
788
790
789
- command : expansions.update
791
790
params :
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ passenv = *
147
147
allowlist_externals =
148
148
bash
149
149
commands =
150
- bash -c ' source ./secrets-export.sh; python -m pytest -v {posargs} ./test/atlas/test_connection.py'
150
+ python -m pytest -v {posargs} ./test/atlas/test_connection.py
151
151
152
152
[testenv:test-mockupdb]
153
153
description = run mockupdb tests
@@ -166,7 +166,7 @@ passenv = *
166
166
allowlist_externals =
167
167
bash
168
168
commands =
169
- python {env:DRIVERS_TOOLS}/.evergreen/auth_aws/setup_secrets.py drivers/test
169
+ python {env:DRIVERS_TOOLS}/.evergreen/auth_aws/setup_secrets.py {posargs}
170
170
171
171
[testenv:test-aws-secrets]
172
172
deps =
You can’t perform that action at this time.
0 commit comments