tox: limit pytest version (#21628)

This commit is contained in:
Frédéric Péters 2018-02-04 17:11:31 +01:00
parent c25b14cf25
commit f4310f4cdc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ setenv =
fast: NOMIGRATIONS=--nomigrations
deps:
dj18: django>1.8,<1.9
pytest>=3.3.0
pytest>=3.3.0,<3.4
pytest-cov
pytest-django
pytest-mock