From 7d7d7c0a9030671b49ad29759d78684ee1129db8 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Thu, 16 Sep 2021 10:57:23 -0700 Subject: [PATCH] protobuf to handle python 2.7 issues (#20725) --- 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