Skip to content

Commit 73e0cb8

Browse files
committed
Use pytest-html==1.22.0
1 parent b215abf commit 73e0cb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pytest>=4.6.5;python_version<"3"
1515
pytest>=5.0.1;python_version>="3"
1616
pytest-cov>=2.7.1
1717
pytest-forked>=1.0.2
18-
pytest-html==1.20.0
18+
pytest-html==1.22.0
1919
pytest-metadata>=1.8.0
2020
pytest-ordering>=0.6
2121
pytest-rerunfailures>=7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'pytest>=4.6.5', # Keep at >=4.6.5 for Python 2 compatibility
6969
'pytest-cov>=2.7.1',
7070
'pytest-forked>=1.0.2',
71-
'pytest-html==1.20.0', # Keep at 1.20.0 (later versions have errors)
71+
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
7272
'pytest-metadata>=1.8.0',
7373
'pytest-ordering>=0.6',
7474
'pytest-rerunfailures>=7.0',

0 commit comments

Comments
 (0)