From 60b22b15900621fc3d0cd73021bda8d5fc252055 Mon Sep 17 00:00:00 2001 From: Andre Araujo Date: Sun, 11 Feb 2018 15:16:18 -0800 Subject: 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 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 -- cgit v1.2.1