From a033b250ad09232da79b4254ea13b8652bb647a2 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Tue, 31 Jul 2018 10:33:54 +0100 Subject: [PATCH] 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 --- doc/source/contributor/dev-quickstart.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 0c6ad6b8db..9998cacdce 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 ``_. +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 --------------------