Skip to content

Commit 764e2ff

Browse files
committed
Use pytest-html==1.20.0 (later versions have errors)
1 parent cc71259 commit 764e2ff

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.4;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.21.1
18+
pytest-html==1.20.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.4', # Keep at >=4.6.4 for Python 2 compatibility
6969
'pytest-cov>=2.7.1',
7070
'pytest-forked>=1.0.2',
71-
'pytest-html>=1.21.1',
71+
'pytest-html==1.20.0', # Keep at 1.20.0 (later versions have errors)
7272
'pytest-metadata>=1.8.0',
7373
'pytest-ordering>=0.6',
7474
'pytest-rerunfailures>=7.0',

0 commit comments

Comments
 (0)