From 5873c15f2abf6ae38c3c04b025962ce97fc1a634 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 24 Apr 2017 11:57:17 +0200 Subject: [PATCH 01/11] tox.ini: use pytest-catchlog instead of pytest-capturelog capturelog is unmaintained. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 110a1944..c8264bc2 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = pytest pytest-mock pytest-cov - pytest-capturelog + pytest-catchlog WebTest psycopg2 mechanize -- 2.11.0