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

This commit is contained in:
Frédéric Péters 2019-01-06 17:01:27 +01:00
parent d1ce3121d6
commit 605e2f4bfe
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ setenv =
deps:
django18: django>=1.8,<1.9
django111: django>=1.11,<1.12
pytest
pytest<4.1
pytest-cov
pytest-django
pytest-mock