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 fe28a7938c
commit 8f374e5e0d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ usedevelop =
deps =
dj111: django>=1.11,<1.12
dj22: django>=2.2,<2.3
pg: psycopg2
pg: psycopg2<2.9
mock<4
httmock
pytest