Merge "Force en_US language for tests"
This commit is contained in:
commit
253aa7fcb0
2
tox.ini
2
tox.ini
@ -9,6 +9,8 @@ install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.opens
|
|||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
OS_TEST_PATH=./ironic_python_agent/tests/unit
|
OS_TEST_PATH=./ironic_python_agent/tests/unit
|
||||||
|
LANGUAGE=en_US
|
||||||
|
LC_ALL=en_US.utf-8
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = ostestr {posargs}
|
commands = ostestr {posargs}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user