diff --git a/noxfile.py b/noxfile.py index 0132b75d..01766dbc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -74,6 +74,7 @@ def default(session): session.install("mock", "pytest", "pytest-cov") session.install("-e", ".") + session.install("proto-plus==1.10.0.dev2") # Run py.test against the unit tests. session.run( @@ -125,6 +126,7 @@ def system(session): "mock", "pytest", "google-cloud-testutils", ) session.install("-e", ".") + session.install("proto-plus==1.10.0.dev2") # Run py.test against the system tests. if system_test_exists: