Pin python zipp library to python3.5-supported version 35/63135/1
authorDW Talton <dtalton@contractor.linuxfoundation.org>
Mon, 17 Feb 2020 23:45:04 +0000 (16:45 -0700)
committerDW Talton <dtalton@contractor.linuxfoundation.org>
Mon, 17 Feb 2020 23:45:04 +0000 (16:45 -0700)
Zipp just added a hard check for py36. This pins zipp to a version
that still works with py35.

Signed-off-by: DW Talton <dtalton@contractor.linuxfoundation.org>
Change-Id: I44100186ce14abe068a9c919fec2277cc94f0113

shell/job-cost.sh

index ee2f4a5..a7dceea 100644 (file)
@@ -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"