diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 09:43:19 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 09:43:58 +0100 |
commit | 957053910a3b93d5e7dc56a15e68f1a3803a099a (patch) | |
tree | f0ee6ac146c1af5106276b647a63f5802d49046a | |
parent | cbe5cbeb43cdbc7259027410230bb3abb82a94c4 (diff) |
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 <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/nfvbench/nfvbench.yaml | 1 | ||||
-rw-r--r-- | jjb/samplevnf/samplevnf.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
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 |