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:
Frédéric Péters 2019-02-03 21:57:35 +01:00
parent ed84f65f9b
commit 327919c0fe
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ deps =
dj18: django>=1.8,<1.9
dj111: django>=1.11,<1.12
pytest-cov
pytest-django
pytest-django<3.4.6
pytest
pylint
pylint-django