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
This commit is contained in:
John L. Villalovos 2015-04-01 13:35:35 -07:00
parent ce4c677943
commit 826cd21a7d

View File

@ -50,7 +50,6 @@ commands =
[testenv:venv] [testenv:venv]
setenv = PYTHONHASHSEED=0 setenv = PYTHONHASHSEED=0
LANGUAGE=en_US
commands = {posargs} commands = {posargs}
[flake8] [flake8]