tox: replace pytest-capturelog by pytest-catchlog (#19900)

This commit is contained in:
Benjamin Dauvergne 2017-11-06 11:55:01 +01:00
parent 8552c37066
commit fb987b6133
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ deps =
pytest-random
pytest-mock
pytest-django
pytest-capturelog
pytest-catchlog
django-webtest
WebTest
djangorestframework>=3.3,<3.4