blackjack4494 / yt-dlc

media downloader and library for various sites.
The Unlicense
2.91k stars 368 forks source link

test_update.py fails due to removed function #316

Open jiblime opened 3 years ago

jiblime commented 3 years ago

Checklist

Verbose log

make offlinetest
[...]
ERROR: Failure: ImportError (cannot import name 'rsa_verify' from 'youtube_dlc.update' (../update.py))

Description

https://github.com/blackjack4494/yt-dlc/commit/a915526e08689f668b8dfd4c324dbc68525673e0#diff-4c90be6589d122f1a2c5f080f6c220ee54d822b6b13f9563ae649f6a7fd47a35L18 rsa_verify removed

test_updater.py stills calls for rsa_verify https://github.com/blackjack4494/yt-dlc/blob/2020.11.11-3/test/test_update.py#L13 from youtube_dlc.update import rsa_verify