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

This commit is contained in:
Frédéric Péters 2019-01-06 20:08:56 +01:00
parent 7e9377c8fc
commit a324d1a4c6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ deps =
dj18: django-tables2<1.1
dj111: django>=1.11,<1.12
dj111: django-tables2>=1.5,<2.0
pytest>=3.3.0
pytest>=3.3.0,<4.1
pg: psycopg2
pytest-cov
pytest-random