1
0
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:
Wilson Bilkovich
2025-03-12 13:33:11 -04:00
parent a6b2d27838
commit 262ff0817d
2 changed files with 4 additions and 7 deletions

View File

@@ -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: