misc: remove pytest-capturelog from tox.ini (#20322)

This commit is contained in:
Josue Kouka 2017-11-28 11:48:54 +01:00
parent ab67fa60a1
commit 2c2fcfa8a7
1 changed files with 2 additions and 3 deletions

View File

@ -11,15 +11,14 @@ setenv =
pg: DB_ENGINE=postgresql_psycopg2
DJANGO_SETTINGS_MODULE=fargo.settings
FARGO_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--cov=fargo --cov-report xml
coverage: COVERAGE=--cov=fargo --cov-report xml
deps =
dj18: django>=1.8,<1.9
pytest
pytest>=3.3.0
pytest-cov
pytest-random
pytest-mock
pytest-django
pytest-catchlog
django-webtest
WebTest
djangorestframework>=3.3,<3.4