--- yt_dlp-2025.7.21/setup.cfg.orig
+++ yt_dlp-2025.7.21/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