mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01: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:
parent
aa95a0d70b
commit
700574357a
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user