mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 04:13:20 +00:00
[Makefile] Bring offlinetest
recipe on par with devscripts.run_tests
Authored by: bashonly
This commit is contained in:
parent
d0ef06593d
commit
c36cac6b54
2
Makefile
2
Makefile
|
@ -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…
Reference in a new issue