Skip to content
Snippets Groups Projects
Commit bd112a0a authored by David Douard's avatar David Douard
Browse files

tests: ensure LC_ALL is set to C.UTF-8 for pytest

so the pytest-postgresql fixture works as expected on non C locale systems.
parent 45387b7f
No related branches found
No related tags found
1 merge request!48tests: ensure LC_ALL is set to C.UTF-8 for pytest
import os
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