tox: get latest pytest version
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Build queued... Details

This commit is contained in:
Frédéric Péters 2019-10-01 23:42:54 +02:00
parent 90f44a85eb
commit bed085e518
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