From fd63b21261249c052102a13cf0437b4acfe7b208 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Dec 2015 17:34:29 +0100 Subject: [PATCH] tox: Update pytest-catchlog to 1.2.1. - Allow caplog.records() to be modified. - Restore Python 2.6 compatibility. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d349475bd..65f3a4e1f 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = py==1.4.31 pytest==2.8.4 pytest-bdd==2.15.0 - pytest-catchlog==1.2.0 + pytest-catchlog==1.2.1 pytest-cov==2.2.0 pytest-faulthandler==1.1.0 pytest-html==1.7