X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=59fb9700afb24e7c949efc6a8dc7c616f63feda4;hb=e99537ba20b5d2e53d6478791d353c5f94128e9e;hp=e5d836bfcd600d90ab00123be4f4b1d42b76f231;hpb=3f72603a344bffd6aaf016e001f93165025d81e8;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index e5d836bf..59fb9700 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -71,7 +71,9 @@ EOF fi python3 -m pip install --quiet --upgrade pip - python3 -m pip install --quiet --no-warn-script-location --upgrade setuptools + # TODO: temporarily pinning setuptools to avoid plugin version format issues + # https://github.com/pypa/setuptools/issues/3772#issuecomment-1384342813 + python3 -m pip install --quiet --no-warn-script-location --upgrade setuptools<66.0.0 python3 -m pip install --quiet --no-warn-script-location --upgrade lftools[openstack] python3 -m pip install --quiet --no-warn-script-location --upgrade \ --upgrade-strategy eager -r "$requirements_file"