mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-26 18:29:49 +00:00
Remove references to devscript tests (that's a different PR)
This commit is contained in:
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
@@ -40,8 +40,7 @@ jobs:
|
||||
|
||||
coverage_tests = [
|
||||
('test/test_utils.py', 'yt_dlp.utils'),
|
||||
('test/test_YoutubeDL.py', 'yt_dlp.YoutubeDL'),
|
||||
('test/devscripts', 'devscripts')
|
||||
('test/test_YoutubeDL.py', 'yt_dlp.YoutubeDL')
|
||||
]
|
||||
|
||||
with concurrent.futures.ThreadPoolExecutor(max_workers=3) as executor:
|
||||
|
||||
Reference in New Issue
Block a user