Skip to content

Commit

Permalink
chore: restrict PubSub dependency to < 2.0 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Sep 16, 2020
1 parent cf0774a commit 0642a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -124,7 +124,7 @@ def system(session):
"pytest",
"google-cloud-testutils",
"google-cloud-iam",
"google-cloud-pubsub",
"google-cloud-pubsub < 2.0.0",
"google-cloud-kms < 2.0dev",
)
session.install("-e", ".")
Expand Down
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -28,7 +28,7 @@
cov_level=99,
system_test_external_dependencies=[
"google-cloud-iam",
"google-cloud-pubsub",
"google-cloud-pubsub < 2.0.0",
# See: https://github.com/googleapis/python-storage/issues/226
"google-cloud-kms < 2.0dev",
],
Expand Down

0 comments on commit 0642a73

Please sign in to comment.