From a513c7ab28573b73bc65b56a573b9588b2d99ffc Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 3 Aug 2020 16:53:40 -0400 Subject: [PATCH] try setting it in here --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 205fe1531..9a11df98c 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,9 @@ commands = [testenv:py36] # git inside of ratchet.sh needs $HOME. -passenv = HOME LC_ALL +passenv = HOME +setenv = + LANG=en_US.UTF-8 commands = {toxinidir}/misc/python3/ratchet.sh [testenv:integration]