tox: limit psycopg2 to < 2.9 (#54925)

This commit is contained in:
Frédéric Péters 2021-06-17 08:50:03 +02:00
parent 320fb343c4
commit f1801e7116
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setenv =
coverage: COVERAGE=--junitxml=junit-{envname}.xml --random --cov-report xml --cov-report html --cov=fargo/
deps =
pytest
pg: psycopg2
pg: psycopg2<2.9
pylint
pylint-django
dj111: django>=1.11,<1.12