Skip to content

Commit

Permalink
[ci] Use requests==2.31.0 instead of latest version to avoid test fai…
Browse files Browse the repository at this point in the history
…lure. (#877) (#881)

Python package requests' latest release 2.32.0 has issues with docker package.
Use old stable version 2.31.0 instead.

Co-authored-by: Liu Shilong <shilongliu@microsoft.com>
  • Loading branch information
mssonicbld and liushilongbuaa authored May 30, 2024
1 parent 8dc6218 commit 9d70e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# install packages for vs test
sudo apt-get install -y net-tools bridge-utils vlan
sudo apt-get install -y python3-pip
sudo pip3 install pytest==4.6.2 attrs==19.1.0 exabgp==4.0.10 distro==1.5.0 docker>=4.4.1 redis==3.3.4 flaky==3.7.0
sudo pip3 install pytest==4.6.2 attrs==19.1.0 exabgp==4.0.10 distro==1.5.0 docker>=4.4.1 redis==3.3.4 flaky==3.7.0 requests==2.31.0
displayName: "Install dependencies"
- script: |
Expand Down

0 comments on commit 9d70e50

Please sign in to comment.