Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 yt-dlp (2021.10.22-0ubuntu1) UNRELEASED; urgency=medium
 .
   * New upstream release.
   * New upstream release.
Author: Chris <dpkg@chris-nz.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-11-01

--- yt-dlp-2021.10.22.orig/tox.ini
+++ yt-dlp-2021.10.22/tox.ini
@@ -11,6 +11,8 @@ passenv = HOME
 defaultargs = test --exclude test_download.py --exclude test_age_restriction.py
     --exclude test_subtitles.py --exclude test_write_annotations.py
     --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py
-    --exclude test_socks.py
+    --exclude test_socks.py --exclude test_youtube_lists.py
+    --exclude test_youtube_signature.py --exclude test_downloader.py
+    --exclude test_InfoExtractor.py --exclude test_http.py
 commands = nosetests --verbose {posargs:{[testenv]defaultargs}}  # --with-coverage --cover-package=yt_dlp --cover-html
                                                # test.test_download:TestDownload.test_NowVideo
