python/rapidfuzz: update to 3.11.0
[oi-userland.git] / components / multimedia / yt-dlp / patches / 02-pytest-indirectly.patch
blob3a2e34890d5c095aadfe3614f5fac8a5402e71cf
1 --- yt_dlp-2024.12.6/setup.cfg.orig
2 +++ yt_dlp-2024.12.6/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