X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/fb7740590fb6631cf8e5ae3ba4e7a81b0623cba9..8cecfc7b1c0dca62d6d3bf03a7b6deae8b909286:/debian/patches/disable_more_online_tests.patch diff --git a/debian/patches/disable_more_online_tests.patch b/debian/patches/disable_more_online_tests.patch new file mode 100644 index 0000000..d7fcc47 --- /dev/null +++ b/debian/patches/disable_more_online_tests.patch @@ -0,0 +1,21 @@ +Description: Disable remaining tests that require internet. +Author: Unit 193 + +--- + Makefile | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +--- a/Makefile ++++ b/Makefile +@@ -49,7 +49,10 @@ + --exclude test_subtitles.py \ + --exclude test_write_annotations.py \ + --exclude test_youtube_lists.py \ +- --exclude test_youtube_signature.py ++ --exclude test_youtube_signature.py \ ++ --exclude test_downloader_http.py \ ++ --exclude test_InfoExtractor.py \ ++ --exclude test_http.py + + tar: youtube-dl.tar.gz +