From c18b27ec173b87746ee70af46cb4024e0ee0e625 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 24 Jan 2023 13:48:46 +0000 Subject: [PATCH] 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 --- jjb/global-templates-python.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.16.6