Skip to content

Commit

Permalink
Pass env vars to tox (#823)
Browse files Browse the repository at this point in the history
This enables us to skip youtube-dl tests in GitHub Actions by
ensuring that the "CI" env var is passed to tox.
  • Loading branch information
tw4l authored Mar 26, 2023
1 parent 81b6a57 commit ed36830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ python =

[testenv]
setenv = PYWB_NO_VERIFY_SSL = 1
passenv = *
deps =
-rtest_requirements.txt
-rrequirements.txt
Expand Down

0 comments on commit ed36830

Please sign in to comment.