really pin django-webtest (#23605)

This commit is contained in:
Emmanuel Cazenave 2018-05-04 18:01:45 +02:00
parent f927382998
commit f2fdad2f31
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ deps =
pytest
pytest-cov
pytest-random
pytest-django<1.9.3
pytest-django
WebTest
dj18,dj19,dj110: django-webtest
dj18,dj19,dj110: django-webtest<1.9.3
commands =
py.test {env:COVERAGE:} {posargs:--nomigrations --random tests}