Skip to content

Commit ff6aa20

Browse files
committed
deubg 3.7
1 parent 3f222cd commit ff6aa20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,11 +779,14 @@ functions:
779779
working_dir: "src"
780780
shell: bash
781781
script: |
782+
set +x
782783
export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
783784
export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
784785
export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
785786
786787
${PREPARE_SHELL}
788+
# This is required for pypy3.7 UTF encoding
789+
export LC_ALL=en_US.UTF-8
787790
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
788791
789792
- command: expansions.update

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ commands =
144144
deps =
145145
pytest>=7
146146
passenv = *
147-
setenv = LC_ALL=en_US.UTF-8
148-
allowlist_externals = printenv
149147
commands =
150-
printenv
151148
python -m pytest -v {posargs} ./test/atlas/test_connection.py
152149

153150
[testenv:test-mockupdb]

0 commit comments

Comments
 (0)