File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ pytest-html==1.22.1;python_version<"3.6"
21
21
pytest-html == 2.0.1 ;python_version >= "3.6"
22
22
pytest-metadata == 1.8.0
23
23
pytest-ordering == 0.6
24
- pytest-rerunfailures == 8.0
24
+ pytest-rerunfailures == 8.0 ;python_version < "3.6"
25
+ pytest-rerunfailures == 9.0 ;python_version >= "3.6"
25
26
pytest-xdist == 1.31.0
26
27
parameterized == 0.7.1
27
28
soupsieve == 1.9.5 ;python_version < "3.5"
Original file line number Diff line number Diff line change 103
103
'pytest-html==2.0.1;python_version>="3.6"' ,
104
104
'pytest-metadata==1.8.0' ,
105
105
'pytest-ordering==0.6' ,
106
- 'pytest-rerunfailures==8.0' ,
106
+ 'pytest-rerunfailures==8.0;python_version<"3.6"' ,
107
+ 'pytest-rerunfailures==9.0;python_version>="3.6"' ,
107
108
'pytest-xdist==1.31.0' ,
108
109
'parameterized==0.7.1' ,
109
110
'soupsieve==1.9.5;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments