Skip to content

Commit ec3bf33

Browse files
HemangChothanicojenco
authored andcommitted
chore: restrict PubSub dependency to < 2.0 (googleapis#273)
1 parent e22e43a commit ec3bf33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def system(session):
124124
"pytest",
125125
"google-cloud-testutils",
126126
"google-cloud-iam",
127-
"google-cloud-pubsub",
127+
"google-cloud-pubsub < 2.0.0",
128128
"google-cloud-kms < 2.0dev",
129129
)
130130
session.install("-e", ".")

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
cov_level=99,
2929
system_test_external_dependencies=[
3030
"google-cloud-iam",
31-
"google-cloud-pubsub",
31+
"google-cloud-pubsub < 2.0.0",
3232
# See: https://github.com/googleapis/python-storage/issues/226
3333
"google-cloud-kms < 2.0dev",
3434
],

0 commit comments

Comments
 (0)