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 abc4de17a5
commit 102d73c4e7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ deps =
dj111: django<2.0
dj20: django<2.1
djlast: django
pg: psycopg2-binary
pg: psycopg2-binary<2.9
pytest
pytest-mock
pytest-django