Use pytest-html==1.22.0

This commit is contained in:
Michael Mintz 2019-08-09 04:29:02 -04:00
parent b215abfd5a
commit 73e0cb870e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ pytest>=4.6.5;python_version<"3"
pytest>=5.0.1;python_version>="3"
pytest-cov>=2.7.1
pytest-forked>=1.0.2
pytest-html==1.20.0
pytest-html==1.22.0
pytest-metadata>=1.8.0
pytest-ordering>=0.6
pytest-rerunfailures>=7.0

View File

@ -68,7 +68,7 @@ setup(
'pytest>=4.6.5', # Keep at >=4.6.5 for Python 2 compatibility
'pytest-cov>=2.7.1',
'pytest-forked>=1.0.2',
'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
'pytest-metadata>=1.8.0',
'pytest-ordering>=0.6',
'pytest-rerunfailures>=7.0',