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 @@ -19,7 +19,8 @@ pytest-cov==2.8.1
19
19
pytest-forked == 1.1.3
20
20
pytest-html == 1.22.1 ;python_version < "3.6"
21
21
pytest-html == 2.0.1 ;python_version >= "3.6"
22
- pytest-metadata == 1.8.0
22
+ pytest-metadata == 1.8.0 ;python_version < "3.6"
23
+ pytest-metadata == 1.9.0 ;python_version >= "3.6"
23
24
pytest-ordering == 0.6
24
25
pytest-rerunfailures == 8.0 ;python_version < "3.6"
25
26
pytest-rerunfailures == 9.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 103
103
'pytest-forked==1.1.3' ,
104
104
'pytest-html==1.22.1;python_version<"3.6"' ,
105
105
'pytest-html==2.0.1;python_version>="3.6"' ,
106
- 'pytest-metadata==1.8.0' ,
106
+ 'pytest-metadata==1.8.0;python_version<"3.6"' ,
107
+ 'pytest-metadata==1.9.0;python_version>="3.6"' ,
107
108
'pytest-ordering==0.6' ,
108
109
'pytest-rerunfailures==8.0;python_version<"3.6"' ,
109
110
'pytest-rerunfailures==9.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments