Skip to content

Commit 380d78c

Browse files
committed
Remove tox locale overrides
* tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I89ff5c22be053f09defb04b3ec589d74bffcae9d Closes-Bug: #1277495
1 parent 6323633 commit 380d78c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ skipdist = True
77
usedevelop = True
88
install_command = pip install -U {opts} {packages}
99
setenv = VIRTUAL_ENV={envdir}
10-
LANG=en_US.UTF-8
11-
LANGUAGE=en_US:en
12-
LC_ALL=C
1310
deps = -r{toxinidir}/requirements.txt
1411
-r{toxinidir}/test-requirements.txt
1512
commands = python setup.py testr --testr-args='{posargs}'

0 commit comments

Comments
 (0)