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 0fb978467d
commit 3b10e7b93a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ deps =
dj111: django<2.0
dj22: django<2.3
django-tables<2.0
psycopg2-binary
psycopg2-binary<2.9
coverage
pytest-cov
pytest-django