Fix: Rename tox job and remove pre-commit
[releng/global-jjb.git] / shell / tox-run.sh
index 758759b..b30ea67 100644 (file)
@@ -24,7 +24,7 @@ cd "$WORKSPACE/$TOX_DIR" || exit 1
 # shellcheck disable=SC1090
 source ~/lf-env.sh
 
-lf-activate-venv --python python3.8 --venv-file /tmp/.toxenv tox tox-pyenv virtualenv
+lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15
 
 if [[ -d /opt/pyenv ]]; then
     echo "---> Setting up pyenv"