From a83b083a6e1cb71127bf09c0778673b2934d4891 Mon Sep 17 00:00:00 2001 From: Kamil Cudnik Date: Thu, 23 May 2024 13:31:34 +0200 Subject: [PATCH] Update pipeline (#1382) Use requests 2.31.0 instead of latest 2.32.0, requests 2.32.0 breaks Test stage. Issue related to https://github.com/docker/docker-py/issues/3256 --- .azure-pipelines/test-docker-sonic-vs-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index e4939d3db..8b2292962 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -81,7 +81,7 @@ jobs: # install packages for vs test sudo apt-get install -y net-tools bridge-utils vlan sudo apt-get install -y python3-pip - 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 requests==2.31.0 displayName: "Install dependencies" - script: |