[Makefile] Bring `offlinetest` recipe on par with `devscripts.run_tests`

Authored by: bashonly
pull/9765/head
bashonly 3 weeks ago
parent d0ef06593d
commit c36cac6b54
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -77,7 +77,7 @@ test:
$(MAKE) codetest
offlinetest: codetest
$(PYTHON) -m pytest -k "not download"
$(PYTHON) -m pytest -Werror -m "not download"
CODE_FOLDERS_CMD = find yt_dlp -type f -name '__init__.py' | sed 's,/__init__.py,,' | grep -v '/__' | sort
CODE_FOLDERS != $(CODE_FOLDERS_CMD)

Loading…
Cancel
Save