Skip to content

Commit 31e0eb9

Browse files
authored
{AKS} Fix test pipeline (#8899)
* update * update
1 parent 8216a3f commit 31e0eb9

File tree

3 files changed

+2
-2144
lines changed

3 files changed

+2
-2144
lines changed

src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ setupAZ(){
4747
azdev setup -c "${cli_repo}" -r "${ext_repo}"
4848
fi
4949

50-
# need the fix in commit #69621c6 to adapt to the HTTPSHandler in urllib in python3.12
51-
pip install vcrpy==6.0.2
50+
# bump to 7.0.0 to fix the issue missing request.version_string attribute with urllib3 == 2.3.0, see https://github.com/kevin1024/vcrpy/issues/888
51+
pip install vcrpy==7.0.0
5252

5353
# fix the issue "Cannot import name 'AccessTokenInfo' from 'azure.core.credentials'"
5454
pip install azure-identity==1.17.1

0 commit comments

Comments
 (0)