From fd12aaef5fe6df82d24c300779d2b55a2a80f6a6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 24 Jan 2016 16:56:12 +0100 Subject: [PATCH] tox: Update pytest-catchlog to 1.2.2. - Fix unicode vs str compatibility issues between Python2 and Python3. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bd59d9400..6b2e0e2e8 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = py==1.4.31 pytest==2.8.5 pytest-bdd==2.16.0 - pytest-catchlog==1.2.1 + pytest-catchlog==1.2.2 pytest-cov==2.2.0 pytest-faulthandler==1.3.0 pytest-html==1.7