mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
make test: bugfix, pyenvinstall is a prerequisite for the pylint test
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
2
Makefile
2
Makefile
@@ -75,7 +75,7 @@ PHONY += test test.pylint test.pep8 test.unit test.robot
|
||||
test: test.pylint test.pep8 test.unit test.robot
|
||||
|
||||
# TODO: balance linting with pylint
|
||||
test.pylint: pylint-exe
|
||||
test.pylint: pyenvinstall
|
||||
$(call cmd,pylint,searx/preferences.py)
|
||||
$(call cmd,pylint,searx/testing.py)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user