From ec7531f1138d3ccedb07027afb9592f510d73b2c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 3 Aug 2020 16:40:04 -0400 Subject: [PATCH] maybe this will let it get to the right place --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ab467abd0..205fe1531 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ commands = [testenv:py36] # git inside of ratchet.sh needs $HOME. -passenv = HOME +passenv = HOME LC_ALL commands = {toxinidir}/misc/python3/ratchet.sh [testenv:integration]