ci: keep on using pylint 2 while pylint-django is not ready (#81905) #139

Merged
fpeters merged 1 commits from wip/81905-no-pylint3 into main 2023-10-03 08:15:26 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ setenv =
SETUPTOOLS_USE_DISTUTILS=stdlib
NUMPROCESSES={env:NUMPROCESSES:1}
deps =
pylint
pylint<3
astroid<3
pylint-django
psycopg2-binary<2.9
django_webtest