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 af2998b544
commit 04d3206883
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ deps =
pylint
astroid
mock<4
psycopg2-binary
psycopg2-binary<2.9
commands =
django111: py.test {env:COVERAGE:} {posargs:tests/}
django22: py.test {env:COVERAGE:} {posargs:--ignore=tests/test_hobo_notify.py tests/}