tox.ini: limit to pytest-django<3.4.6

See #30307 and https://github.com/pytest-dev/pytest-django/issues/698
This commit is contained in:
Benjamin Dauvergne 2019-02-01 15:53:54 +01:00
parent 8efca74775
commit 8ee1c232dc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ deps =
dj111: psycopg2-binary
coverage
pytest-cov
pytest-django
pytest-django<3.4.6
pytest-random
mock
pytest>=3.3.0