Skip to content

Commit 30eb32d

Browse files
Fix pipeline issue caused by urllib3 v2
*Fix pipeline issue caused by urllib3 v2
1 parent c1d8a8b commit 30eb32d

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
@@ -65,7 +65,7 @@ jobs:
6565
# install packages for vs test
6666
sudo apt-get install -y net-tools bridge-utils vlan
6767
sudo apt-get install -y python3-pip
68-
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
68+
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
6969
displayName: "Install dependencies"
7070
7171
- script: |

0 commit comments

Comments
 (0)