tox.ini: restrict psycopg2 version only for testing on django 2.2

This commit is contained in:
Benjamin Dauvergne 2023-02-28 17:41:50 +01:00
parent b3aa64e5e1
commit cf55bf95e9
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ usedevelop =
coverage: true
deps =
django22: django>=2.2,<2.3
psycopg2-binary
django22: psycopg2-binary<2.9
django32: django>=3.2.12,<3.3
psycopg2<2.9
mock<4
httmock
pytest