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 @@ -16,8 +16,8 @@ pytest>=4.6.6;python_version<"3"
16
16
pytest >= 5.3.1 ;python_version >= "3"
17
17
pytest-cov >= 2.8.1
18
18
pytest-forked >= 1.1.3
19
- pytest-html == 1.22.1 ;python_version < "3"
20
- pytest-html == 2.0.1 ;python_version >= "3"
19
+ pytest-html == 1.22.1 ;python_version < "3.6 "
20
+ pytest-html == 2.0.1 ;python_version >= "3.6 "
21
21
pytest-metadata >= 1.8.0
22
22
pytest-ordering >= 0.6
23
23
pytest-rerunfailures >= 8.0
Original file line number Diff line number Diff line change 99
99
'pytest>=5.3.1;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
101
101
'pytest-forked>=1.1.3' ,
102
- 'pytest-html==1.22.1;python_version<"3"' ,
103
- 'pytest-html==2.0.1;python_version>="3"' ,
102
+ 'pytest-html==1.22.1;python_version<"3.6 "' ,
103
+ 'pytest-html==2.0.1;python_version>="3.6 "' ,
104
104
'pytest-metadata>=1.8.0' ,
105
105
'pytest-ordering>=0.6' ,
106
106
'pytest-rerunfailures>=8.0' ,
You can’t perform that action at this time.
0 commit comments