tox.ini: remove constraint on pytest version

This commit is contained in:
Benjamin Dauvergne 2020-01-03 23:04:47 +01:00
parent b9b119d827
commit 3e84146409
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ deps =
dj20: django<2.1
djlast: django
pg: psycopg2-binary
pytest<4.2
attrs<19.2
pytest
pytest-mock
pytest-django
pytest-cov