From: Unit 193 Date: Sat, 1 Feb 2020 06:31:52 +0000 (-0500) Subject: d/p/disable_more_online_tests.patch: Disable remaining tests that require internet. X-Git-Url: https://git.rapsys.eu/youtubedl/commitdiff_plain/8cecfc7b1c0dca62d6d3bf03a7b6deae8b909286 d/p/disable_more_online_tests.patch: Disable remaining tests that require internet. --- 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 + diff --git a/debian/patches/series b/debian/patches/series index 611c3c9..119b552 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ skip_support_file_installation.patch disable-autoupdate-mechanism.patch +disable_more_online_tests.patch