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 19:14:01 +01:00
parent c467ce6bf0
commit 1db755ad95
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ deps =
coverage
pytest
pytest-cov
pytest-django
pytest-django<3.4.6
pytest-freezegun
WebTest
django-webtest<1.9.3