summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Szumski <will@stackhpc.com>2018-07-31 10:33:54 +0100
committerWill Szumski <will@stackhpc.com>2018-07-31 10:37:30 +0100
commita033b250ad09232da79b4254ea13b8652bb647a2 (patch)
treead78385f946ee99f12a59957136d9e3437a61d1b
parent0536854118a9962a67524b5b9999d18e8b8fb96a (diff)
downloadironic-a033b250ad09232da79b4254ea13b8652bb647a2.tar.gz
Document locale requirement for local testing
locale for tests is explicily set to en_US.UTF8 in tox.ini Change-Id: I0e52720406bceaedd4c33b988ab3da131fc95cb1 Story: 2003177 Task: 23323
-rw-r--r--doc/source/contributor/dev-quickstart.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst
index 0c6ad6b8d..9998cacdc 100644
--- a/doc/source/contributor/dev-quickstart.rst
+++ b/doc/source/contributor/dev-quickstart.rst
@@ -63,6 +63,10 @@ well.
on openSUSE or SLE 12, see
`<https://software.opensuse.org/download.html?project=graphics&package=graphviz-plugins>`_.
+To run the tests locally, it is a requirement that your terminal emulator
+supports unicode with the ``en_US.UTF8`` locale. If you use locale-gen to
+manage your locales, make sure you have enabled ``en_US.UTF8`` in
+``/etc/locale.gen`` and rerun ``locale-gen``.
Python Prerequisites
--------------------