Skip to content

Commit 94e13f4

Browse files
committed
Update the version of pytest-html
1 parent c05b5b5 commit 94e13f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pytest>=4.6.6;python_version<"3"
1616
pytest>=5.3.1;python_version>="3"
1717
pytest-cov>=2.8.1
1818
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"
2021
pytest-metadata>=1.8.0
2122
pytest-ordering>=0.6
2223
pytest-rerunfailures>=8.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
'pytest>=5.3.1;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'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"',
103104
'pytest-metadata>=1.8.0',
104105
'pytest-ordering>=0.6',
105106
'pytest-rerunfailures>=8.0',

0 commit comments

Comments
 (0)