summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-12-19 20:12:28 -0500
committerMark Beierl <mark.beierl@dell.com>2017-12-20 19:35:18 +0000
commitd598e8f3a21d77e23a9e4c26788683b05227715a (patch)
tree5d481d4f6998b7839906e4e2dfdaa9cbbcad22d5
parent9a7975b7525ea078ebb7b2b3c5987577b650dc16 (diff)
Fixes missing Python libs
Explicitly call out the version of cryptography lib so that we don't get cannot import name certificate_transparency. Change-Id: Ib36ea8e23414b8a297ca9dd3f322ed30d3dafb5f Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit b2454b5a796eec6df5662a164de831502989568b)
-rwxr-xr-xci/daily.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/daily.sh b/ci/daily.sh
index 29a7700..324742d 100755
--- a/ci/daily.sh
+++ b/ci/daily.sh
@@ -29,11 +29,11 @@ virtualenv "${WORKSPACE}/ci/job/storperf_daily_venv"
source "${WORKSPACE}/ci/job/storperf_daily_venv/bin/activate"
pip install --upgrade setuptools==33.1.1
+pip install cryptography==1.7.2
pip install functools32==3.2.3.post2
pip install pytz==2016.10
pip install osc_lib==1.3.0
pip install python-openstackclient==3.7.0
-pip install python-heatclient==1.7.0
"${WORKSPACE}/ci/generate-admin-rc.sh"
echo "TEST_DB_URL=http://testresults.opnfv.org/test/api/v1" >> "${WORKSPACE}/ci/job/admin.rc"