From 0f095d8cb61d92cf8128faa95ce5ffebeddcc352 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 17 Jul 2020 14:06:02 +0200 Subject: [PATCH] Update tests/test_cli.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrien Vergé --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 22330fb..df494b7 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -62,7 +62,7 @@ class CommandLineTestCase(unittest.TestCase): super(CommandLineTestCase, cls).setUpClass() # Check system's UTF-8 availability, because without it - # using UTF-8 paths will break + # using UTF-8 paths like 'éçäγλνπ¥' will break on Python ⩽ 3.6 try: locale.setlocale(locale.LC_ALL, 'C.UTF-8') cls.utf8_missing = False