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 3f717ed37f
commit af7806075f
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ deps =
django111: django>=1.11, <1.12
django22: django>=2.2, <2.3
https://git.entrouvert.org/passerelle.git/snapshot/passerelle-main.tar.gz
psycopg2-binary
psycopg2-binary<2.9
xmlschema<1.1
psycopg2
psycopg2<2.9
pytest
pytest-cov
pytest-django