Skip to content

Commit

Permalink
protobuf to handle python 2.7 issues (#20725)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Sep 16, 2021
1 parent 81c6aa0 commit 44e2acf
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 44e2acf

Please sign in to comment.