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 @@ -16,7 +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.0
19
+ pytest-html == 1.22.1 ;python_version < "3"
20
+ pytest-html == 2.0.1 ;python_version >= "3"
20
21
pytest-metadata >= 1.8.0
21
22
pytest-ordering >= 0.6
22
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.0' , # Keep at 1.22.0 unless tested on Windows
102
+ 'pytest-html==1.22.1;python_version<"3"' ,
103
+ 'pytest-html==2.0.1;python_version>="3"' ,
103
104
'pytest-metadata>=1.8.0' ,
104
105
'pytest-ordering>=0.6' ,
105
106
'pytest-rerunfailures>=8.0' ,
You can’t perform that action at this time.
0 commit comments