Skip to content

Commit 26e5471

Browse files
liushilongbuaaqiluo-msft
authored andcommitted
Fix pipeline issue caused by urllib3 v2
*Fix pipeline issue caused by urllib3 v2
1 parent 45f3161 commit 26e5471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# install packages for vs test
5858
sudo apt-get install -y net-tools bridge-utils vlan
5959
sudo apt-get install -y python3-pip
60-
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
60+
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
6161
displayName: "Install dependencies"
6262
6363
- script: |

0 commit comments

Comments
 (0)