File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ pytest-html==2.0.1;python_version>="3.6"
28
28
pytest-metadata == 1.8.0 ;python_version < "3.6"
29
29
pytest-metadata == 1.10.0 ;python_version >= "3.6"
30
30
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 "
33
33
pytest-xdist == 1.34.0 ;python_version < "3.5"
34
34
pytest-xdist == 2.1.0 ;python_version >= "3.5"
35
35
parameterized == 0.7.4
Original file line number Diff line number Diff line change 120
120
'pytest-metadata==1.8.0;python_version<"3.6"' ,
121
121
'pytest-metadata==1.10.0;python_version>="3.6"' ,
122
122
'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 "' ,
125
125
'pytest-xdist==1.34.0;python_version<"3.5"' ,
126
126
'pytest-xdist==2.1.0;python_version>="3.5"' ,
127
127
'parameterized==0.7.4' ,
You can’t perform that action at this time.
0 commit comments