mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
tests: Remove test skipping for Python < 3.7
Yamllint dropped support for Python 3.6 in september 2022.
This commit is contained in:
parent
3288d0596e
commit
52b40c8153
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user