tests: use C.UTF-8 for LC_ALL

Closes: #1704
Approved by: Conan-Kudo
This commit is contained in:
Frédéric Pierret (fepitre) 2021-01-07 11:34:33 +01:00 committed by Atomic Bot
parent 8b8163844a
commit a1d86d07b2
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
import os
# run tests with C locales
os.environ["LC_ALL"] = "C"
os.environ["LC_ALL"] = "C.UTF-8"
os.environ["LANG"] = "C.UTF-8"
os.environ["LANGUAGE"] = "en_US:en"