diff --git a/Makefile b/Makefile index ca18073..9c874f3 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ PACKAGES_ALLOW_PRERELEASES?=false # The command which gets executed. Defaults to the location the # :ref:`run-tests` template gets rendered to if configured. # Default: .mxmake/files/run-tests.sh -TEST_COMMAND?=pytest -vvv src +TEST_COMMAND?=LANG=en_US.UTF-8 pytest -vvv src # Additional Python requirements for running tests to be # installed (via pip).