From 455e32cc0c25025d6f3c7162242cdd9e8f9bde49 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Apr 2016 18:55:54 +0200 Subject: [PATCH] tox: Update pytest-rerunfailures to 2.0.0 Drop support for Python 3.2, since supporting it became too much of a hassle. (Reason: Virtualenv 14+ / PIP 8+ do not support Python 3.2 anymore.) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 003522260..661dbb1ea 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.2 + pytest-rerunfailures==2.0.0 pytest-xvfb==0.2.0 six==1.10.0 termcolor==1.1.0