Update tests/test_cli.py

Co-authored-by: Adrien Vergé <adrienverge@gmail.com>
pull/289/head
Wolfgang Walther 5 years ago committed by GitHub
parent 7a389fe44c
commit 0f095d8cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save