Setting language for the python3.6 tox environment

By ensuring the locale is set to US utf-8 we can avoid
encoding errors.

Closes-Bug: #1940313

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I98916d3f120804e49d6b20ef86d28795f5dba7bf
This commit is contained in:
Jiri Podivin 2021-08-18 14:54:43 +02:00
parent 6e89e52f07
commit d00a7f94ff
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ setenv =
PIP_+ VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
LC_ALL=en_US.UTF-8
HOME={envdir}
commands =
stestr run --slowest --color {posargs}