1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

[compat] Fix compat.WINDOWS_VT_MODE

This commit is contained in:
pukkandan
2022-06-24 15:40:13 +05:30
parent bc40160883
commit 3c5386cd71
3 changed files with 24 additions and 16 deletions

View File

@@ -26,6 +26,9 @@ def test_compat_passthrough(self):
with self.assertWarns(DeprecationWarning):
compat.compat_basestring
with self.assertWarns(DeprecationWarning):
compat.WINDOWS_VT_MODE
compat.asyncio.events # Must not raise error
def test_compat_getenv(self):