tox.ini: use latest pytest (#38299)

This commit is contained in:
Benjamin Dauvergne 2019-12-09 11:57:54 +01:00
parent 9072461670
commit 8c455392ff
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ deps =
dj111: django<2.0
dj20: django<2.1
djlast: django
pytest<4.2
pytest
pytest-mock
pytest-django
pytest-cov