Skip to content

Commit 02988e8

Browse files
Fix pipeline issue caused by urllib3 v2
* Fix pipeline issue caused by urllib3 v2
1 parent 04a6691 commit 02988e8

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
@@ -63,7 +63,7 @@ jobs:
6363
# install packages for vs test
6464
sudo apt-get install -y net-tools bridge-utils vlan
6565
sudo apt-get install -y python3-pip
66-
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
66+
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
6767
displayName: "Install dependencies"
6868
6969
- script: |

0 commit comments

Comments
 (0)