Files
ironic/tox.ini
John L. Villalovos 3e22cc4ea0 Python 3.4 unit tests fail with LANG=C
After the move to os-testr the 'tox -epy34' unit tests will fail when
LANG=C is set in the environment.

Set LC_ALL=en_US.UTF-8 in the testenv to solve the issue. This is
in-line with our curent method of running the unit tests in US English
so that logging, messages, and exceptions can be validated by unit
tests.

Closes-Bug: #1501415
Change-Id: Ifefdd67c9e5edf22f3b7a1fce56f21c788ac9ead
2015-10-01 09:52:39 -07:00

1.9 KiB