perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / multimedia / yt-dlp / patches / 02-pytest-indirectly.patch
blob995ad11fa8bb25f6a109e0e4154051a2b156f7e7
1 --- yt_dlp-2024.12.3/setup.cfg.orig
2 +++ yt_dlp-2024.12.3/setup.cfg
3 @@ -22,7 +22,7 @@
4 [testenv] # tox
5 deps =
6 pytest
7 -commands = pytest {posargs:"-m not download"}
8 +commands = python -m pytest {posargs:"-m not download"}
9 passenv = HOME # For test_compat_expanduser
10 setenv =
11 # PYTHONWARNINGS = error # Catches PIP's warnings too