From 8cecfc7b1c0dca62d6d3bf03a7b6deae8b909286 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 1 Feb 2020 01:31:52 -0500 Subject: [PATCH] d/p/disable_more_online_tests.patch: Disable remaining tests that require internet. --- .../patches/disable_more_online_tests.patch | 21 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) create mode 100644 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 + 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 -- 2.41.0