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: If117620aebbce07137386f82dfa0c21bd034a1b6
This commit is contained in:
Jiri Podivin 2021-08-18 14:52:59 +02:00
parent f2be80072d
commit 8dd362023d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ setenv =
VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
LC_ALL=en_US.UTF-8
HOME={envdir}
DISABLE_PIP_VERSION_CHECK=1
commands =