Skip to content

Commit 6431098

Browse files
committed
Add missing grpcio import in snippets nox session
1 parent bcb7df5 commit 6431098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def snippets(session):
120120
# Install all test dependencies, then install local packages in place.
121121
session.install("mock", "pytest")
122122
session.install("google-cloud-storage")
123+
session.install("grpcio")
123124
session.install("-e", "test_utils")
124125
session.install("-e", ".[all]")
125126

0 commit comments

Comments
 (0)