From 826cd21a7dc2c3aade79b77bfbf3b62ec0a2696c Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 1 Apr 2015 13:35:35 -0700 Subject: [PATCH] Remove setting language to en_US for 'venv' Remove setting LANGUAGE=en_US for 'venv' virtualenv. Since the 'venv' environment is not used for unittests and users may want to see messages in their native language in the 'venv' virtualenv. Also makes it consistent with python-ironicclient Change-Id: I1902d162cc7a5a1c8ee2e6a7412096d645277cc0 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9b46e5ad34..c4159105f0 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,6 @@ commands = [testenv:venv] setenv = PYTHONHASHSEED=0 - LANGUAGE=en_US commands = {posargs} [flake8]