We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111e4f5 commit d43119bCopy full SHA for d43119b
Makefile
@@ -122,7 +122,7 @@ PACKAGES_ALLOW_PRERELEASES?=false
122
# The command which gets executed. Defaults to the location the
123
# :ref:`run-tests` template gets rendered to if configured.
124
# Default: .mxmake/files/run-tests.sh
125
-TEST_COMMAND?=pytest -vvv src
+TEST_COMMAND?=LANG=en_US.UTF-8 pytest -vvv src
126
127
# Additional Python requirements for running tests to be
128
# installed (via pip).
0 commit comments