]> jfr.im git - yt-dlp.git/blobdiff - test/test_compat.py
Remove Python 3.6 support
[yt-dlp.git] / test / test_compat.py
index c6a8f4ecbb818953583e4047b7faaee9e6e17755..e3d775bc18e3f8a013c861240e67efdd144fb5e4 100644 (file)
@@ -28,7 +28,8 @@ def test_compat_passthrough(self):
         with self.assertWarns(DeprecationWarning):
             compat.WINDOWS_VT_MODE
 
-        compat.asyncio.events  # Must not raise error
+        # TODO: Test submodule
+        # compat.asyncio.events  # Must not raise error
 
     def test_compat_expanduser(self):
         old_home = os.environ.get('HOME')