Skip to content

Commit

Permalink
protobuf to handle python 2.7 issues (Azure#20725)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and hildurhodd committed Sep 24, 2021
1 parent 6da5e24 commit 7d7d7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/test_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pytest-xdist==1.32.0
# we pin coverage to 4.5.4 because there is an bug with `pytest-cov`. the generated coverage files cannot be `coverage combine`ed
coverage==4.5.4
bandit==1.6.2
protobuf==3.17.3; 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 7d7d7c0

Please sign in to comment.