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

Force tox environment to C.UTF-8 locale

Works around https://github.com/ClearcodeHQ/pytest-postgresql/issues/16
parent df1cca32
No related branches found
Tags v1.1.2
1 merge request!46Force tox environment to C.UTF-8 locale
......@@ -6,6 +6,10 @@ deps =
.[testing]
pytest-cov
pifpaf
setenv =
LC_ALL=C.UTF-8
LC_CTYPE=C.UTF-8
LANG=C.UTF-8
commands =
pifpaf run postgresql -- pytest --cov=swh --cov-branch {posargs}
......
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