X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=b388b0f6e74899082158f26b568e01a37398ebb0;hb=41f85fa1f59549b274230fac987002f7147b7d03;hp=1f5beec053c15fb5e9504329078c763bea650277;hpb=3dd1773c0ec86b6f24f5e31df7ea0d8650c3c092;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 1f5beec0..b388b0f6 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -47,6 +47,8 @@ else lftools[openstack] python-heatclient python-openstackclient +python-magnumclient +kubernetes niet~=1.4.2 tox>=3.7.0 # Tox 3.7 or greater is necessary for parallel mode support yq @@ -56,6 +58,6 @@ EOF python3 -m venv ~/.local python3 -m pip install --user --quiet --upgrade pip python3 -m pip install --user --quiet --upgrade setuptools - python3 -m pip install --user --quiet --upgrade -r "$requirements_file" + python3 -m pip install --user --quiet --upgrade --upgrade-strategy eager -r "$requirements_file" rm -rf "$requirements_file" fi