tox: limit mock version for compatibility with python 3.5

This commit is contained in:
Frédéric Péters 2020-10-06 09:51:53 +02:00
parent a3bda805cc
commit 1dfcf0a61d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ deps =
coverage coverage
pytest-cov pytest-cov
pytest-django pytest-django
mock mock<4
pytest>=3.3.0 pytest>=3.3.0
lxml lxml
cssselect cssselect