From ed36830dc540ef59fdbca78c80f21bb57cd8f975 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Sun, 26 Mar 2023 16:12:13 -0400 Subject: [PATCH] Pass env vars to tox (#823) This enables us to skip youtube-dl tests in GitHub Actions by ensuring that the "CI" env var is passed to tox. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 46a8097e6..94ac6913b 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ python = [testenv] setenv = PYWB_NO_VERIFY_SSL = 1 +passenv = * deps = -rtest_requirements.txt -rrequirements.txt