1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-18 19:28:31 +00:00

Remove last remnant of nosetests

TestDownload was setting a custom nosetest flag, remove it as we no
longer use nose
This commit is contained in:
gesh 2025-07-02 16:10:32 +03:00 committed by bashonly
parent f69c29c511
commit 0336db4cdf
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -66,10 +66,6 @@ def _file_md5(fn):
@is_download_test @is_download_test
class TestDownload(unittest.TestCase): 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 maxDiff = None
COMPLETED_TESTS = {} COMPLETED_TESTS = {}