webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Pass env vars to tox #823

Closed tw4l closed 1 year ago

tw4l commented 1 year ago

Description

This enables us to skip youtube-dl tests in GitHub Actions by ensuring that the "CI" env var is passed to tox.

Motivation and Context

Test test_live_video_loader is failing in CI when it should be skipped.

See: https://github.com/webrecorder/pywb/actions/runs/4290394517/jobs/7509706519#step:5:914

Types of changes

Checklist: