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 bc58bd50f1
commit 0855ad22c3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ usedevelop = True
deps =
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
psycopg2
psycopg2<2.9
pytest-cov
pytest
pytest-django<4.3