Skip to content

Commit 4117344

Browse files
committed
Debugging again
1 parent b02f9f0 commit 4117344

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,9 @@ functions:
541541
542542
set -o errexit
543543
set -o xtrace
544+
source ./secrets-export.sh
544545
# This is required for pypy3.7 UTF encoding
545546
export LC_ALL=en_US.UTF-8
546-
printenv
547547
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m test-atlas
548548
549549
"add aws auth variables to file":
@@ -785,8 +785,6 @@ functions:
785785
786786
${PREPARE_SHELL}
787787
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
788-
source ./secrets-export.sh
789-
printenv
790788
791789
- command: expansions.update
792790
params:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ commands =
144144
deps =
145145
pytest>=7
146146
passenv = *
147-
allowlist_externals =
148-
bash
147+
setenv = LC_ALL=en_US.UTF-8
149148
commands =
150149
python -m pytest -v {posargs} ./test/atlas/test_connection.py
151150

0 commit comments

Comments
 (0)