1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-18 19:28:31 +00:00
This commit is contained in:
hseg 2025-07-17 09:06:29 +08:00 committed by GitHub
commit d19b64ff04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,10 +66,6 @@ def _file_md5(fn):
@is_download_test
class TestDownload(unittest.TestCase):
# Parallel testing in nosetests. See
# http://nose.readthedocs.org/en/latest/doc_tests/test_multiprocess/multiprocess.html
_multiprocess_shared_ = True
maxDiff = None
COMPLETED_TESTS = {}