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: I585a433e7480c22d52f402c1661194968ec66307
This commit is contained in:
Jiri Podivin 2021-08-18 09:53:54 +02:00
parent f1cd8eebc1
commit c8480cbf80
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,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}
commands =
stestr run --slowest --color {posargs}