tox: limit mock version for compatibility with python 3.5

This commit is contained in:
Frédéric Péters 2020-10-06 09:27:59 +02:00
parent 97630da8f3
commit 4c5e393b41
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ deps =
djangorestframework>=3.3,<3.8
pylint
astroid
mock
mock<4
psycopg2-binary
commands =
py.test {env:COVERAGE:} {posargs:tests/}