tox: make pylint run (remove limits, add lasso and psycopg2) (#61362)
gitea/authentic2-auth-fedict/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-25 08:40:14 +02:00
parent 187c9b38b9
commit eef804ded9
1 changed files with 4 additions and 3 deletions

View File

@ -50,7 +50,6 @@ deps =
pytest-random
django-webtest
pyquery
astroid!=2.5.7
commands =
py3: ./getlasso3.sh
@ -63,9 +62,11 @@ basepython = python3
deps =
https://git.entrouvert.org/entrouvert/authentic/archive/main.tar.gz
Django<3.3
pylint<1.8
pylint-django<0.8.1
psycopg2-binary
pylint
pylint-django
commands =
./getlasso3.sh
/bin/bash -c "./pylint.sh src/*/"
[testenv:code-style]