tox: limit psycopg2 to < 2.9 (#54925)

This commit is contained in:
Frédéric Péters 2021-06-17 08:50:01 +02:00
parent 0987d66f8c
commit ae13ffea07
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setenv =
junit: JUNIT=--junitxml=junit-{envname}.xml
deps =
django111: django>=1.11,<1.12
psycopg2
psycopg2<2.9
pytest-cov
pytest-django
pytest