Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 66a926d

Browse files
committed
fix grpc system test dependency
1 parent 312f5ad commit 66a926d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def compute_engine(session):
284284
def grpc(session):
285285
session.install(LIBRARY_DIR)
286286
session.install("six")
287-
session.install(*TEST_DEPENDENCIES_SYNC, "google-cloud-pubsub==1.7.2")
287+
session.install(*TEST_DEPENDENCIES_SYNC, "setuptools", "google-cloud-pubsub==1.7.2")
288288
session.env[EXPLICIT_CREDENTIALS_ENV] = SERVICE_ACCOUNT_FILE
289289
default(
290290
session,

0 commit comments

Comments
 (0)