File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -779,11 +779,14 @@ functions:
779
779
working_dir : " src"
780
780
shell : bash
781
781
script : |
782
+ set +x
782
783
export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
783
784
export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
784
785
export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
785
786
786
787
${PREPARE_SHELL}
788
+ # This is required for pypy3.7 UTF encoding
789
+ export LC_ALL=en_US.UTF-8
787
790
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
788
791
789
792
- command : expansions.update
Original file line number Diff line number Diff line change @@ -144,10 +144,7 @@ commands =
144
144
deps =
145
145
pytest>=7
146
146
passenv = *
147
- setenv = LC_ALL =en_US.UTF-8
148
- allowlist_externals = printenv
149
147
commands =
150
- printenv
151
148
python -m pytest -v {posargs} ./test/atlas/test_connection.py
152
149
153
150
[testenv:test-mockupdb]
You can’t perform that action at this time.
0 commit comments