]> Raphaƫl G. Git Repositories - youtubedl/blob - debian/patches/disable_more_online_tests.patch
d/p/disable_more_online_tests.patch: Disable remaining tests that require internet.
[youtubedl] / debian / patches / disable_more_online_tests.patch
1 Description: Disable remaining tests that require internet.
2 Author: Unit 193 <unit193@ubuntu.com>
3
4 ---
5 Makefile | 5 ++++-
6 1 file changed, 4 insertions(+), 1 deletion(-)
7
8 --- a/Makefile
9 +++ b/Makefile
10 @@ -49,7 +49,10 @@
11 --exclude test_subtitles.py \
12 --exclude test_write_annotations.py \
13 --exclude test_youtube_lists.py \
14 - --exclude test_youtube_signature.py
15 + --exclude test_youtube_signature.py \
16 + --exclude test_downloader_http.py \
17 + --exclude test_InfoExtractor.py \
18 + --exclude test_http.py
19
20 tar: youtube-dl.tar.gz
21