From 21237b70035250b65092d4ddc3879af4b27ab387 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 17 Jul 2020 16:30:35 +0200 Subject: [PATCH] lint --- tests/test_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 5a4ccc9..079e6ef 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -120,7 +120,8 @@ class CommandLineTestCase(unittest.TestCase): shutil.rmtree(cls.wd) - @unittest.skipIf(not utf8_available() and sys.version_info < (3, 7), 'UTF-8 paths with python < 3.7 and without locale not supported') + @unittest.skipIf(not utf8_available() and sys.version_info < (3, 7), + 'UTF-8 paths not supported') def test_find_files_recursively(self): conf = config.YamlLintConfig('extends: default') self.assertEqual(