Pin lxml version

Bug https://bugs.launchpad.net/lxml/+bug/1652191 breaks all jobs,
so we need to change lxml installed version

Change-Id: I5fd6e2585c702e63f6a617d23fd8a1960ecf35d4
This commit is contained in:
Mykyta Karpin 2016-12-23 12:27:36 +02:00
parent ac5811e870
commit 2ca366e160
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function generate_html_report() {
local html_report="${WORKSPACE}/artifacts/report/test_report.html"
if [[ -f "${WORKSPACE}/artifacts/report/test_report.xml" ]]; then
sudo pip install jinja2 lxml
sudo pip install jinja2 lxml==3.6.4
STACK_HOME='/opt/stack' $(which python) "${WORKSPACE}/murano-ci/scripts/generate_html_report.py" "${xml_report}" "${html_report}"
cp "${WORKSPACE}/artifacts/report/test_report.html" "${WORKSPACE}/index.html"