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: I76d53d6e58c4da57932a550dc797d42b453bd1e6
Closes-Bug: #1867035
This commit is contained in:
Arx Cruz 2020-03-11 19:14:04 +01:00
parent 9f31b2521f
commit 21a097e402
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ deps =
docker
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.3 # MIT
selinux # MIT
mock