Make sure LC_ALL is UTF-8 for pytest-postgresql to work
This commit is contained in:
parent
c9963d4302
commit
5f1fbbe8a4
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue