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:11:00 +01:00
parent 7a30fa535b
commit 8a4a03ded1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ deps =
django18: django>=1.8,<1.9
django111: django>=1.11,<1.12
pytest-cov
pytest-django
pytest-django<3.4.6
pytest
WebTest
mock