diff options
author | Matthew Watkins <mwatkins@linuxfoundation.org> | 2023-01-24 13:48:46 +0000 |
---|---|---|
committer | Matthew Watkins <mwatkins@linuxfoundation.org> | 2023-01-24 13:48:46 +0000 |
commit | c18b27ec173b87746ee70af46cb4024e0ee0e625 (patch) | |
tree | 9956336355553e2d3639a85eeeee83ecd96782f2 | |
parent | d2ad472c87b44af3f4a4f807099f618fac99895a (diff) |
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 <mwatkins@linuxfoundation.org>
Change-Id: Ie0607937921774cb7f18ab5d20ec649421437935
-rw-r--r-- | jjb/global-templates-python.yaml | 3 |
1 files changed, 1 insertions, 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 |