diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-19 09:37:32 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-19 09:49:29 +0530 |
commit | 5dceb21df6e295b8f398f3b78ddac80091cb23ee (patch) | |
tree | 585b43cc3c568c2b43b8b7a48f5d86f7e54216f2 /test | |
parent | bf6bdf22de7fb96390cafa9b90c2ae9eba5170bf (diff) |
Revert "Remove Python 3.6 support"
This reverts commit 6929b41a216e20f0498cbd99880b17eab16777c9.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_compat.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_compat.py b/test/test_compat.py index e3d775bc1..c6a8f4ecb 100644 --- a/test/test_compat.py +++ b/test/test_compat.py @@ -28,8 +28,7 @@ class TestCompat(unittest.TestCase): with self.assertWarns(DeprecationWarning): compat.WINDOWS_VT_MODE - # TODO: Test submodule - # compat.asyncio.events # Must not raise error + compat.asyncio.events # Must not raise error def test_compat_expanduser(self): old_home = os.environ.get('HOME') |