We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a6691 commit 02988e8Copy full SHA for 02988e8
.azure-pipelines/test-docker-sonic-vs-template.yml
@@ -63,7 +63,7 @@ jobs:
63
# install packages for vs test
64
sudo apt-get install -y net-tools bridge-utils vlan
65
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
+ 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
67
displayName: "Install dependencies"
68
69
- script: |
0 commit comments