tox: limit pytest version to a version compatible with pytest-cov

This commit is contained in:
Frédéric Péters 2019-01-06 23:42:57 +01:00
parent 866b37a147
commit 9bb35fe945
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ deps =
django111: django>=1.11,<1.12
pytest-cov
pytest-django
pytest
pytest<4.1
WebTest
mock
httmock