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.)
This commit is contained in:
parent
9698af72e8
commit
455e32cc0c
2
tox.ini
2
tox.ini
@ -37,7 +37,7 @@ deps =
|
|||||||
pytest-instafail==0.3.0
|
pytest-instafail==0.3.0
|
||||||
pytest-travis-fold==1.2.0
|
pytest-travis-fold==1.2.0
|
||||||
pytest-repeat==0.2
|
pytest-repeat==0.2
|
||||||
pytest-rerunfailures==1.0.2
|
pytest-rerunfailures==2.0.0
|
||||||
pytest-xvfb==0.2.0
|
pytest-xvfb==0.2.0
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
termcolor==1.1.0
|
termcolor==1.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user