summaryrefslogtreecommitdiffhomepage
path: root/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 7ded9f18..db5ade5a 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -12,9 +12,14 @@ from pytest import skip
# with names that include accented characters.
_non_ascii_locales = [
# East Asian locales
- "ja_JP", "ko_KR", "zh_CN", "zh_TW",
+ "ja_JP",
+ "ko_KR",
+ "zh_CN",
+ "zh_TW",
# European locales with non-latin alphabets
- "el_GR", "ru_RU", "uk_UA",
+ "el_GR",
+ "ru_RU",
+ "uk_UA",
]
# Also include UTF-8 versions of these locales
_non_ascii_locales.extend([name + ".utf8" for name in _non_ascii_locales])