tox: limit psycopg2 to < 2.9 (#54925)

This commit is contained in:
Frédéric Péters 2021-06-17 08:50:01 +02:00
parent 25e979e77a
commit 63aafcdb1f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ setenv =
DJANGO_SETTINGS_MODULE=eo_gestion.settings
BARBACOMPTA_SETTINGS_FILE=tests/settings.py
deps =
psycopg2-binary
psycopg2-binary<2.9
pytest
pytest-cov
pytest-django