remove some pre-3.8 workarounds (#7671)
This commit is contained in:
@@ -198,7 +198,6 @@ class TestExtractorModule(unittest.TestCase):
|
||||
extr.initialize()
|
||||
extr.finalize()
|
||||
|
||||
@unittest.skipIf(sys.hexversion < 0x3060000, "test fails in CI")
|
||||
def test_init_ytdl(self):
|
||||
try:
|
||||
extr = extractor.find("ytdl:")
|
||||
|
||||
Reference in New Issue
Block a user