From 62fe13747bbfc9e9ec1c6c88e788e04dd716fd96 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 21 Sep 2020 13:03:28 -0600 Subject: [PATCH] test: use dev release of proto plus (do not merge) Opening PR to verify that latest proto plus fixes issues do not break existing tests. Please ignore. --- noxfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 9c69b3b7..765e78a1 100644 --- a/noxfile.py +++ b/noxfile.py @@ -74,7 +74,7 @@ def default(session): session.install("mock", "pytest", "pytest-cov") session.install("-e", ".[pandas,storage]") - session.install("proto-plus==1.8.1") + session.install("proto-plus==1.10.0.dev2") # Run py.test against the unit tests. session.run( @@ -126,6 +126,7 @@ def system(session): "mock", "pytest", "google-cloud-testutils", ) session.install("-e", ".[pandas,storage]") + session.install("proto-plus==1.10.0.dev2") # Run py.test against the system tests. if system_test_exists: