We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71259 commit 764e2ffCopy full SHA for 764e2ff
requirements.txt
@@ -15,7 +15,7 @@ pytest>=4.6.4;python_version<"3"
15
pytest>=5.0.1;python_version>="3"
16
pytest-cov>=2.7.1
17
pytest-forked>=1.0.2
18
-pytest-html>=1.21.1
+pytest-html==1.20.0
19
pytest-metadata>=1.8.0
20
pytest-ordering>=0.6
21
pytest-rerunfailures>=7.0
setup.py
@@ -68,7 +68,7 @@
68
'pytest>=4.6.4', # Keep at >=4.6.4 for Python 2 compatibility
69
'pytest-cov>=2.7.1',
70
'pytest-forked>=1.0.2',
71
- 'pytest-html>=1.21.1',
+ 'pytest-html==1.20.0', # Keep at 1.20.0 (later versions have errors)
72
'pytest-metadata>=1.8.0',
73
'pytest-ordering>=0.6',
74
'pytest-rerunfailures>=7.0',
0 commit comments