Skip to content

Commit

Permalink
Remove the use of tox-pip-version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
collivier committed Jan 9, 2024
1 parent cbe5cbe commit 9570539
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jjb/nfvbench/nfvbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion jjb/samplevnf/samplevnf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9570539

Please sign in to comment.