From b704c7167b3eb4eff8608526ade18d852a0e7df9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Mar 2016 18:48:33 +0200 Subject: [PATCH] tox: Update pytest-rerunfailures to 1.0.2 - Add support for --resultlog option by parsing reruns accordingly. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 09834c2c8..1cf3deb42 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ deps = pytest-instafail==0.3.0 pytest-travis-fold==1.2.0 pytest-repeat==0.2 - pytest-rerunfailures==1.0.1 + pytest-rerunfailures==1.0.2 pytest-xvfb==0.2.0 six==1.10.0 termcolor==1.1.0