Skip to content

Commit 1ff6160

Browse files
revert requests from 2.32.0 to 2.31.0 (#3154)
What I did Use requests 2.31.0 instead of latest 2.32.0 Why I did it requests 2.32.0 breaks Test stage.
1 parent 9e80dc8 commit 1ff6160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/test-docker-sonic-vs-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# install packages for vs test
108108
sudo apt-get install -y net-tools bridge-utils vlan
109109
sudo apt-get install -y python3-pip
110-
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
110+
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
111111
sudo pip3 install lcov_cobertura
112112
displayName: "Install dependencies"
113113

0 commit comments

Comments
 (0)