--- yt_dlp-2024.11.18/setup.cfg.orig +++ yt_dlp-2024.11.18/setup.cfg @@ -22,7 +22,7 @@ [testenv] # tox deps = pytest -commands = pytest {posargs:"-m not download"} +commands = python -m pytest {posargs:"-m not download"} passenv = HOME # For test_compat_expanduser setenv = # PYTHONWARNINGS = error # Catches PIP's warnings too