Skip to content

Commit d43119b

Browse files
committed
dedicated languge when runnign tests
1 parent 111e4f5 commit d43119b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ PACKAGES_ALLOW_PRERELEASES?=false
122122
# The command which gets executed. Defaults to the location the
123123
# :ref:`run-tests` template gets rendered to if configured.
124124
# Default: .mxmake/files/run-tests.sh
125-
TEST_COMMAND?=pytest -vvv src
125+
TEST_COMMAND?=LANG=en_US.UTF-8 pytest -vvv src
126126

127127
# Additional Python requirements for running tests to be
128128
# installed (via pip).

0 commit comments

Comments
 (0)