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 8ab10f282f
commit 6df4067715
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setenv =
deps =
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
psycopg2-binary
psycopg2-binary<2.9
pytest-cov
pytest-django
pytest!=6.0.0