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

Authored by: bashonly
This commit is contained in:
bashonly 2024-04-29 18:25:12 -05:00
parent d0ef06593d
commit c36cac6b54
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 1 deletions

View File

@ -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)