From 16cc35261fdb5b77d24421b21bf799773c3313e3 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Wed, 1 Mar 2023 13:02:15 -0500 Subject: [PATCH] Pass env vars to tox 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