Pinning pytest-html to <= 2.0.1

Molecule tests are failing due the new release of pytest-html.
Pinning it to known working release

Change-Id: I2d928651ddf560672d7683511b1990ca000ecc52
Closes-Bug: #1867035
This commit is contained in:
Alex Schultz 2020-03-12 07:46:21 -06:00
parent 569bbff355
commit 4209a94cd2
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ deps =
molecule==3.0a9 # MIT
paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)
pytest-cov # MIT
pytest-html # MPL 2.0
pytest-html<=2.0.1 # MPL 2.0
pytest-molecule>=1.2.4 # MIT
pytest-xdist
selinux>=0.2.1 # MIT