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

Remove Python 3.6 support

Closes #3764
This commit is contained in:
pukkandan
2022-07-18 05:50:54 +05:30
parent 0b5583b112
commit 6929b41a21
14 changed files with 24 additions and 58 deletions

View 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')