tox: limit psycopg2 to < 2.9 (#54925)

This commit is contained in:
Frédéric Péters 2021-06-17 08:50:04 +02:00
parent 92c31d1d28
commit d05419eaec
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ deps =
djangorestframework>=3.9.2,<3.10
pip>8
pytest-flakes
pg: psycopg2
pg: psycopg2<2.9
coverage
pytest-cov
pytest-django