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

This commit is contained in:
Frédéric Péters 2019-01-06 21:51:33 +01:00
parent 2183145852
commit 779f166e17
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ deps =
psycopg2
pytest-cov
pytest-django
pytest
pytest<4.1
commands =
py.test {posargs:tests/}