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 committed by Gitea
parent aebcba5431
commit aa42c126a1
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