Skip to content
Snippets Groups Projects
Commit 5f1fbbe8 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

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

parent c9963d43
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment