We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e80dc8 commit 1ff6160Copy full SHA for 1ff6160
.azure-pipelines/test-docker-sonic-vs-template.yml
@@ -107,7 +107,7 @@ jobs:
107
# install packages for vs test
108
sudo apt-get install -y net-tools bridge-utils vlan
109
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
+ 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
111
sudo pip3 install lcov_cobertura
112
displayName: "Install dependencies"
113
0 commit comments