test: add allowlist_externals for pylint.sh (#85457) #53

Merged
yweber merged 1 commits from wip/85457-tox4-compat-allowlist-externals into main 2024-01-15 11:49:06 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ deps =
pylint: astroid<3
pylint: pylint-django
pylint: django>=3.2,<3.3
allowlist_externals =
./pylint.sh
commands =
pytest {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}
codestyle: pre-commit run --all-files --show-diff-on-failure