Skip to content

Commit

Permalink
Latest wrapt incompatible with py27 (#21048)
Browse files Browse the repository at this point in the history
* pin wrapt in ci and test tools
  • Loading branch information
scbedd committed Oct 5, 2021
1 parent 948b264 commit c7e5e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/ci_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions eng/test_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7e5e70

Please sign in to comment.