test(worker): allow pylint and bandit to fail

This commit is contained in:
jo 2022-09-09 13:35:21 +02:00 committed by Kyle Robbertze
parent 08a44186aa
commit 17f7dee9ee
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ include ../tools/python.mk
PIP_INSTALL := \
--editable ../shared \
--editable .[dev]
PYLINT_ARG := libretime_worker || true
PYLINT_ARG := libretime_worker
MYPY_ARG := libretime_worker || true
BANDIT_ARG := libretime_worker || true
BANDIT_ARG := libretime_worker
PYTEST_ARG = --cov=libretime_worker tests
format: .format