Merge "Force en_US language for tests"

This commit is contained in:
Jenkins 2016-10-07 20:35:53 +00:00 committed by Gerrit Code Review
commit 253aa7fcb0

View File

@ -9,6 +9,8 @@ install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.opens
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./ironic_python_agent/tests/unit
LANGUAGE=en_US
LC_ALL=en_US.utf-8
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}