From e65ff33f77aeddc18fe4c09f0a36cb3ae33ef82f Mon Sep 17 00:00:00 2001 From: Andre Araujo Date: Sun, 11 Feb 2018 15:16:18 -0800 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4a3ff61a9..0f1aaf438 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