test(playout): allow pylint failure

This commit is contained in:
jo 2023-03-01 18:21:22 +01:00 committed by Kyle Robbertze
parent b17ff4afad
commit 9f92ed95b4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ PIP_INSTALL := \
--editable ../api-client \
--editable ../shared \
--editable .[dev]
PYLINT_ARG := libretime_playout tests || true
PYLINT_ARG := libretime_playout tests
MYPY_ARG := libretime_playout tests || true
BANDIT_ARG := libretime_playout || true