tox: limit pytest to <4

This commit is contained in:
Frédéric Péters 2018-11-15 09:27:12 +01:00
parent 86861aa28f
commit fcc9a33b96
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ deps =
django111: django>=1.11,<1.12
pytest-cov
pytest-django
pytest>=3.3.0
pytest>=3.3.0,<4
WebTest
mock
httmock