Skip to content

Commit c7e5e70

Browse files
authored
Latest wrapt incompatible with py27 (#21048)
* pin wrapt in ci and test tools
1 parent 948b264 commit c7e5e70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/ci_tools.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ beautifulsoup4==4.9.1
2020
pkginfo==1.5.0.1
2121
pip==20.3
2222
black==21.6b0; python_version >= '3.6'
23+
wrapt<=1.12.1; python_version == '2.7'
2324

2425
# locking packages defined as deps from azure-sdk-tools or azure-devtools
2526
pytoml==0.1.21

eng/test_tools.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pytest-xdist==1.32.0
1818
coverage==4.5.4
1919
bandit==1.6.2
2020
protobuf==3.17.3; python_version == '2.7'
21+
wrapt<=1.12.1; python_version == '2.7'
2122

2223
# locking packages defined as deps from azure-sdk-tools or azure-devtools
2324
pytoml==0.1.21

0 commit comments

Comments
 (0)