From 2ca366e1604b7aac841cc44ed66d4bd9db0576bd Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Fri, 23 Dec 2016 12:27:36 +0200 Subject: [PATCH] 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 --- murano-ci/scripts/collect_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano-ci/scripts/collect_results.sh b/murano-ci/scripts/collect_results.sh index a57e9fed..35645e29 100644 --- a/murano-ci/scripts/collect_results.sh +++ b/murano-ci/scripts/collect_results.sh @@ -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"