tox: limit mock version for compatibility with python 3.5

This commit is contained in:
Frédéric Péters 2020-10-06 09:29:03 +02:00
parent 2e091220f5
commit 48c786e80e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ deps =
pytest-django
pytest!=5.3.3
WebTest
mock
mock<4
httmock
pylint
pylint-django