tox: get latest pytest version

This commit is contained in:
Frédéric Péters 2019-10-01 23:42:54 +02:00
parent 90f44a85eb
commit de7639376b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ setenv =
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=hobo/ --cov-config .coveragerc
fast: NOMIGRATIONS=--nomigrations
deps:
pytest<4.1
pytest
pytest-cov
pytest-django
pytest-mock