tox: limit mock version for compatibility with python 3.5

This commit is contained in:
Frédéric Péters 2020-10-06 09:25:17 +02:00
parent 45d0c02f91
commit fbe7e886d3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ deps =
pytest-django
pytest
WebTest
mock
mock<4
httmock
requests-mock
ipdb