From 92954a57f8490a5d062df2e9ae7865b8317ce55e Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Thu, 10 Oct 2013 13:09:32 -0400 Subject: [PATCH] python3: Work around httpretty issue Currently running tox.ini with py33 installation fails because of a failure to read a unicode file while installing httpretty. Closes-Bug: #1241560 Change-Id: I6012c4fcca0d0354f0c1bdf4797f6e7409f7bf1c Signed-off-by: Chuck Short --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c41c8b8b2..78a423315 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ envlist = py26,py27,py33,pep8 setenv = VIRTUAL_ENV={envdir} LANG=en_US.UTF-8 LANGUAGE=en_US:en - LC_ALL=C OS_STDOUT_NOCAPTURE=False OS_STDERR_NOCAPTURE=False