tests: Remove test skipping for Python < 3.7

Yamllint dropped support for Python 3.6 in september 2022.
This commit is contained in:
Adrien Vergé 2023-12-30 18:24:09 +01:00
parent 3288d0596e
commit 52b40c8153

View File

@ -116,8 +116,6 @@ class CommandLineTestCase(unittest.TestCase):
shutil.rmtree(cls.wd)
@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(