]> Raphaƫl G. Git Repositories - youtubedl/commitdiff
d/p/disable_more_online_tests.patch: Disable remaining tests that require internet.
authorUnit 193 <unit193@ubuntu.com>
Sat, 1 Feb 2020 06:31:52 +0000 (01:31 -0500)
committerUnit 193 <unit193@ubuntu.com>
Tue, 17 Mar 2020 07:26:36 +0000 (03:26 -0400)
debian/patches/disable_more_online_tests.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/disable_more_online_tests.patch b/debian/patches/disable_more_online_tests.patch
new file mode 100644 (file)
index 0000000..d7fcc47
--- /dev/null
@@ -0,0 +1,21 @@
+Description: Disable remaining tests that require internet.
+Author: Unit 193 <unit193@ubuntu.com>
+
+---
+ 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
index 611c3c917b9dc1c55fd408cdb8200337ac887915..119b5528e6c735abba291b5fa1c0acf037b1aae4 100644 (file)
@@ -1,2 +1,3 @@
 skip_support_file_installation.patch
 disable-autoupdate-mechanism.patch
+disable_more_online_tests.patch