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:
parent
9f31b2521f
commit
21a097e402
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user