From e994b8602e66034a80b3264a2e8b259d597e3e1d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 12 Aug 2021 09:07:27 -0600 Subject: [PATCH 1/3] chore: install pre-release auth and api-core --- noxfile.py | 2 ++ samples/snippets/requirements.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/noxfile.py b/noxfile.py index 08c6654f4..9b2551a09 100644 --- a/noxfile.py +++ b/noxfile.py @@ -89,6 +89,7 @@ def default(session): session.install("mock", "pytest", "pytest-cov", "-c", constraints_path) session.install("-e", ".", "-c", constraints_path) + session.install("google-auth==2.0.0b1", "google-api-core==2.0.0b1") # Run py.test against the unit tests. session.run( @@ -143,6 +144,7 @@ def system(session): "mock", "pytest", "google-cloud-testutils", "psutil", "-c", constraints_path ) session.install("-e", ".", "-c", constraints_path) + session.install("google-auth==2.0.0b1", "google-api-core==2.0.0b1") # Run py.test against the system tests. if system_test_exists: diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index a85b224e5..ac251faef 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,2 +1,4 @@ google-cloud-pubsub==2.7.0 avro==1.10.2 +google-auth==2.0.0b1 +google-api-core==2.0.0b1 \ No newline at end of file From d6a4fdf2990faa64893742df02b55d88c9338761 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 12 Aug 2021 15:09:07 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- noxfile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 9b2551a09..08c6654f4 100644 --- a/noxfile.py +++ b/noxfile.py @@ -89,7 +89,6 @@ def default(session): session.install("mock", "pytest", "pytest-cov", "-c", constraints_path) session.install("-e", ".", "-c", constraints_path) - session.install("google-auth==2.0.0b1", "google-api-core==2.0.0b1") # Run py.test against the unit tests. session.run( @@ -144,7 +143,6 @@ def system(session): "mock", "pytest", "google-cloud-testutils", "psutil", "-c", constraints_path ) session.install("-e", ".", "-c", constraints_path) - session.install("google-auth==2.0.0b1", "google-api-core==2.0.0b1") # Run py.test against the system tests. if system_test_exists: From 7df3da66674274074761e7e181da172500a05bf2 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:08:22 -0600 Subject: [PATCH 3/3] Update requirements.txt --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index ac251faef..f2acaaa18 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,4 +1,4 @@ google-cloud-pubsub==2.7.0 avro==1.10.2 google-auth==2.0.0b1 -google-api-core==2.0.0b1 \ No newline at end of file +google-api-core[grpc]==2.0.0b1