summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Araujo <asdaraujo@gmail.com>2018-02-11 15:16:18 -0800
committerJeff Widman <jeff@jeffwidman.com>2018-02-12 11:19:04 -0800
commit60b22b15900621fc3d0cd73021bda8d5fc252055 (patch)
treef8b53b82b6e95ce181ebafadf109dba196f22945
parent3fb09697146d7e0f03672f75cb9724a2e0b7af4f (diff)
downloadkafka-python-60b22b15900621fc3d0cd73021bda8d5fc252055.tar.gz
Removed pytest-catchlog dependency
No longer necessary since pytest-catchlog has been merged into pytest's core. This commit addresses the following warning in pytest output: pytest-catchlog plugin has been merged into the core, please remove it from your requirements. Fixes #1379
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4a3ff61..0f1aaf4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,6 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
deps =
pytest
pytest-cov
- pytest-catchlog
py{27,34,35,36,py}: pylint==1.8.2
py{27,34,35,36,py}: pytest-pylint
pytest-mock