Add new dependency for the tests: lxml

This module is needed by the "xml" ansible module, used in the new
nova_svirt role intruduced here:
https://review.opendev.org/744835

Change-Id: I9694ab3fde1248a25e1b1736a3351abde5d619ca
This commit is contained in:
Cédric Jeanneret 2020-08-05 15:17:23 +02:00
parent 3561628f2a
commit 5887cf03fa
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jsonpatch==1.21
jsonpointer==2.0
jsonschema==3.2.0
keystoneauth1==3.16.0
lxml==4.2.0
linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1

View File

@ -11,3 +11,4 @@ pytest-cov
pytest-html
pytest-xdist
selinux # MIT
lxml # BSD