mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 19:33:22 +00:00
oops
This commit is contained in:
parent
cecf886afd
commit
286b5c7a31
|
@ -34,7 +34,7 @@ def run_tests(*tests, pattern=None, ci=False):
|
|||
if run_core:
|
||||
arguments.extend(['-m', 'not download'])
|
||||
elif run_download:
|
||||
arguments.extend(['test/test_download.py'])
|
||||
arguments.extend(['-m', 'download'])
|
||||
else:
|
||||
arguments.extend(
|
||||
f'test/test_download.py::TestDownload::test_{test}' for test in tests)
|
||||
|
|
Loading…
Reference in a new issue