Skip to content

Commit c02b359

Browse files
committed
Update "pytest-rerunfailures" dependency
1 parent 37a6b41 commit c02b359

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pytest-html==2.0.1;python_version>="3.6"
2828
pytest-metadata==1.8.0;python_version<"3.6"
2929
pytest-metadata==1.10.0;python_version>="3.6"
3030
pytest-ordering==0.6
31-
pytest-rerunfailures==8.0;python_version<"3.6"
32-
pytest-rerunfailures==9.0;python_version>="3.6"
31+
pytest-rerunfailures==8.0;python_version<"3.5"
32+
pytest-rerunfailures==9.1;python_version>="3.5"
3333
pytest-xdist==1.34.0;python_version<"3.5"
3434
pytest-xdist==2.1.0;python_version>="3.5"
3535
parameterized==0.7.4

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
'pytest-metadata==1.8.0;python_version<"3.6"',
121121
'pytest-metadata==1.10.0;python_version>="3.6"',
122122
'pytest-ordering==0.6',
123-
'pytest-rerunfailures==8.0;python_version<"3.6"',
124-
'pytest-rerunfailures==9.0;python_version>="3.6"',
123+
'pytest-rerunfailures==8.0;python_version<"3.5"',
124+
'pytest-rerunfailures==9.1;python_version>="3.5"',
125125
'pytest-xdist==1.34.0;python_version<"3.5"',
126126
'pytest-xdist==2.1.0;python_version>="3.5"',
127127
'parameterized==0.7.4',

0 commit comments

Comments
 (0)