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:40 +02:00
parent 0972d07102
commit 32bb5ee276
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ deps =
dj111: django>=1.11,<1.12
dj22: django>=2.2,<2.3
pg: psycopg2
mock
mock<4
httmock
pytest
pytest-cov