1 --- yt_dlp-2024.12.6/setup.cfg.orig
2 +++ yt_dlp-2024.12.6/setup.cfg
7 -commands = pytest {posargs:"-m not download"}
8 +commands = python -m pytest {posargs:"-m not download"}
9 passenv = HOME # For test_compat_expanduser
11 # PYTHONWARNINGS = error # Catches PIP's warnings too