From c7e5e70d5413d08c165b1d2d5c4a18f29931741f Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue, 5 Oct 2021 11:07:48 -0700 Subject: [PATCH] Latest `wrapt` incompatible with py27 (#21048) * pin wrapt in ci and test tools --- eng/ci_tools.txt | 1 + eng/test_tools.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/eng/ci_tools.txt b/eng/ci_tools.txt index 778e2d256aab..8c693ec8b715 100644 --- a/eng/ci_tools.txt +++ b/eng/ci_tools.txt @@ -20,6 +20,7 @@ beautifulsoup4==4.9.1 pkginfo==1.5.0.1 pip==20.3 black==21.6b0; python_version >= '3.6' +wrapt<=1.12.1; python_version == '2.7' # locking packages defined as deps from azure-sdk-tools or azure-devtools pytoml==0.1.21 diff --git a/eng/test_tools.txt b/eng/test_tools.txt index 3c37cd630556..e96c25a54af8 100644 --- a/eng/test_tools.txt +++ b/eng/test_tools.txt @@ -18,6 +18,7 @@ pytest-xdist==1.32.0 coverage==4.5.4 bandit==1.6.2 protobuf==3.17.3; python_version == '2.7' +wrapt<=1.12.1; python_version == '2.7' # locking packages defined as deps from azure-sdk-tools or azure-devtools pytoml==0.1.21