From: Matthew Watkins Date: Tue, 24 Jan 2023 13:48:46 +0000 (+0000) Subject: Fix: Add missing Python 3.x dependencies for tests X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=c18b27ec173b87746ee70af46cb4024e0ee0e625;p=ci-management.git Fix: Add missing Python 3.x dependencies for tests Add argparse and webtest dependencies, do not update tox Issue-ID: CIMAN-33 Signed-off-by: Matthew Watkins Change-Id: Ie0607937921774cb7f18ab5d20ec649421437935 --- diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index 5c44bda9d..acf99bc8f 100644 --- a/jjb/global-templates-python.yaml +++ b/jjb/global-templates-python.yaml @@ -63,7 +63,7 @@ source ~/lf-env.sh lf-activate-venv --python python3.8 --venv-file /tmp/.toxenv \ - tox==3.27.1 tox-pyenv virtualenv + tox==3.27.1 tox-pyenv virtualenv argparse webtest if [[ -d /opt/pyenv ]]; then echo "---> Setting up pyenv" @@ -75,7 +75,6 @@ fi python -m pip install --upgrade pip - python -m pip install --upgrade tox argparse # Useful debugging python --version