From: Cédric Ollivier Date: Tue, 9 Jan 2024 08:43:19 +0000 (+0100) Subject: Remove the use of tox-pip-version X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=957053910a3b93d5e7dc56a15e68f1a3803a099a Remove the use of tox-pip-version It's fully deprecated and breaks vs latest py versions. Please rather use the pip flag --use-deprecated=legacy-resolver Change-Id: I927d52a253ba9cc571c11210c2566acbe47a075a Signed-off-by: Cédric Ollivier --- diff --git a/jjb/nfvbench/nfvbench.yaml b/jjb/nfvbench/nfvbench.yaml index 0976b8592..bb5083b4d 100644 --- a/jjb/nfvbench/nfvbench.yaml +++ b/jjb/nfvbench/nfvbench.yaml @@ -114,7 +114,6 @@ libxml2-dev libxslt-dev libffi-dev libjpeg-dev \ python3.8 python3.8-dev python3.8-distutils \ python3-pip -y - sudo pip install tox-pip-version cd $WORKSPACE && tox curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee \ diff --git a/jjb/samplevnf/samplevnf.yaml b/jjb/samplevnf/samplevnf.yaml index e4413c028..92d91569e 100644 --- a/jjb/samplevnf/samplevnf.yaml +++ b/jjb/samplevnf/samplevnf.yaml @@ -106,7 +106,6 @@ builders: - shell: | - sudo pip install tox-pip-version cd $WORKSPACE && tox -e docs cd $WORKSPACE/rapidvm/dib bash build-image.sh -g {gs-pathname} -i {tag} -v -w $WORKSPACE