From: DW Talton Date: Mon, 17 Feb 2020 23:45:04 +0000 (-0700) Subject: Pin python zipp library to python3.5-supported version X-Git-Tag: v0.51.1~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=21009213aa6204bfb40eedc1b11f89a259abd917;hp=2bd69d4b9fb016a8377ef4da0730323271745d06;p=releng%2Fglobal-jjb.git Pin python zipp library to python3.5-supported version Zipp just added a hard check for py36. This pins zipp to a version that still works with py35. Signed-off-by: DW Talton Change-Id: I44100186ce14abe068a9c919fec2277cc94f0113 --- diff --git a/shell/job-cost.sh b/shell/job-cost.sh index ee2f4a52..a7dceea4 100644 --- a/shell/job-cost.sh +++ b/shell/job-cost.sh @@ -21,7 +21,7 @@ if grep -qi amazon /sys/devices/virtual/dmi/id/bios_vendor ; then exit 0 fi -lf-activate-venv python-openstackclient +lf-activate-venv zipp==1.1.0 python-openstackclient if [[ -z ${JOB_NAME:-} ]]; then lf-echo-error "Required Env Variable Unset/Empty: JOB_NAME"