From e259e0759771ef8605f665be1e77e0708d759de7 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Thu, 16 Sep 2021 10:24:07 -0700 Subject: [PATCH] protobuf to handle python 2.7 issues --- eng/test_tools.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/test_tools.txt b/eng/test_tools.txt index b7f808980878..27baeebf2d50 100644 --- a/eng/test_tools.txt +++ b/eng/test_tools.txt @@ -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