mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-07 23:35:11 +01:00
[dependencies] Standardize Cryptodome imports
This commit is contained in:
parent
754c84e2e4
commit
f6a765ceb5
9 changed files with 74 additions and 69 deletions
|
|
@ -31,6 +31,9 @@ class TestCompat(unittest.TestCase):
|
|||
# TODO: Test submodule
|
||||
# compat.asyncio.events # Must not raise error
|
||||
|
||||
with self.assertWarns(DeprecationWarning):
|
||||
compat.compat_pycrypto_AES # Must not raise error
|
||||
|
||||
def test_compat_expanduser(self):
|
||||
old_home = os.environ.get('HOME')
|
||||
test_str = R'C:\Documents and Settings\тест\Application Data'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue