Fix pytest-html compatibility

This commit is contained in:
Michael Mintz 2019-11-29 00:38:05 -05:00
parent 16275ebaf6
commit 6f765fb0b8
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ pytest>=4.6.6;python_version<"3"
pytest>=5.3.1;python_version>="3"
pytest-cov>=2.8.1
pytest-forked>=1.1.3
pytest-html==1.22.1;python_version<"3"
pytest-html==2.0.1;python_version>="3"
pytest-html==1.22.1;python_version<"3.6"
pytest-html==2.0.1;python_version>="3.6"
pytest-metadata>=1.8.0
pytest-ordering>=0.6
pytest-rerunfailures>=8.0

View File

@ -99,8 +99,8 @@ setup(
'pytest>=5.3.1;python_version>="3"',
'pytest-cov>=2.8.1',
'pytest-forked>=1.1.3',
'pytest-html==1.22.1;python_version<"3"',
'pytest-html==2.0.1;python_version>="3"',
'pytest-html==1.22.1;python_version<"3.6"',
'pytest-html==2.0.1;python_version>="3.6"',
'pytest-metadata>=1.8.0',
'pytest-ordering>=0.6',
'pytest-rerunfailures>=8.0',