File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -541,9 +541,9 @@ functions:
541
541
542
542
set -o errexit
543
543
set -o xtrace
544
+ source ./secrets-export.sh
544
545
# This is required for pypy3.7 UTF encoding
545
546
export LC_ALL=en_US.UTF-8
546
- printenv
547
547
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m test-atlas
548
548
549
549
" add aws auth variables to file " :
@@ -785,8 +785,6 @@ functions:
785
785
786
786
${PREPARE_SHELL}
787
787
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
788
- source ./secrets-export.sh
789
- printenv
790
788
791
789
- command : expansions.update
792
790
params :
Original file line number Diff line number Diff line change @@ -144,8 +144,7 @@ commands =
144
144
deps =
145
145
pytest>=7
146
146
passenv = *
147
- allowlist_externals =
148
- bash
147
+ setenv = LC_ALL =en_US.UTF-8
149
148
commands =
150
149
python -m pytest -v {posargs} ./test/atlas/test_connection.py
151
150
You can’t perform that action at this time.
0 commit comments