Make sure LC_ALL is UTF-8 for pytest-postgresql to work

This commit is contained in:
Nicolas Dandrimont 2020-07-15 16:16:49 +02:00
parent c9963d4302
commit 5f1fbbe8a4

View file

@ -3,4 +3,8 @@
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
import os
pytest_plugins = ["swh.scheduler.pytest_plugin"]
os.environ["LC_ALL"] = "C.UTF-8"