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:59:13 +01:00
parent a1fa7d36df
commit c3cf170526
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ deps =
pg: psycopg2
mock
httmock
pytest
pytest<4.1
pytest-cov
pytest-random
pytest-mock