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 b215abf commit 73e0cb8Copy full SHA for 73e0cb8
requirements.txt
@@ -15,7 +15,7 @@ pytest>=4.6.5;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.20.0
+pytest-html==1.22.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.5', # Keep at >=4.6.5 for Python 2 compatibility
69
'pytest-cov>=2.7.1',
70
'pytest-forked>=1.0.2',
71
- 'pytest-html==1.20.0', # Keep at 1.20.0 (later versions have errors)
+ 'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
72
'pytest-metadata>=1.8.0',
73
'pytest-ordering>=0.6',
74
'pytest-rerunfailures>=7.0',
0 commit comments