We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f3161 commit 26e5471Copy full SHA for 26e5471
1 file changed
.azure-pipelines/test-docker-sonic-vs-template.yml
@@ -57,7 +57,7 @@ jobs:
57
# install packages for vs test
58
sudo apt-get install -y net-tools bridge-utils vlan
59
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
+ 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
61
displayName: "Install dependencies"
62
63
- script: |
0 commit comments