From 21669562ec2c60fce1cc5ee60c9d8b92109951be Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 11 Aug 2021 17:27:41 -0600 Subject: [PATCH 1/4] chore: run tests with pre-release api-core and auth DO NOT MERGE --- noxfile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/noxfile.py b/noxfile.py index 0dd4aa01..1d15dde5 100644 --- a/noxfile.py +++ b/noxfile.py @@ -89,6 +89,8 @@ def default(session): session.install("mock", "pytest", "pytest-cov", "-c", constraints_path) session.install("-e", ".[pandas,storage]", "-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( @@ -141,6 +143,7 @@ def system(session): # virtualenv's dist-packages. session.install("mock", "pytest", "google-cloud-testutils", "-c", constraints_path) session.install("-e", ".[pandas,storage]", "-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 b88ac3ffca6a8a4f9a9c55e18fa945415a6c1f76 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 11 Aug 2021 17:28:53 -0600 Subject: [PATCH 2/4] chore: also test snippets --- samples/snippets/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index b55296c7..84c41af7 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,3 +1,5 @@ google-cloud-translate==3.3.2 google-cloud-storage==1.41.1 google-cloud-automl==2.4.2 +google-auth==2.0.0b1 +google-api-core=2.0.0b1 From 62a0b597d32ac63ee063a966c6a55943e7de4efc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 11 Aug 2021 23:30:23 +0000 Subject: [PATCH 3/4] =?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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/noxfile.py b/noxfile.py index 1d15dde5..0dd4aa01 100644 --- a/noxfile.py +++ b/noxfile.py @@ -89,8 +89,6 @@ def default(session): session.install("mock", "pytest", "pytest-cov", "-c", constraints_path) session.install("-e", ".[pandas,storage]", "-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,7 +141,6 @@ def system(session): # virtualenv's dist-packages. session.install("mock", "pytest", "google-cloud-testutils", "-c", constraints_path) session.install("-e", ".[pandas,storage]", "-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 5611fea1261d1e7e3856c35feafbc858c51e5f63 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 12 Aug 2021 08:49:28 -0600 Subject: [PATCH 4/4] 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 84c41af7..a6674123 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -2,4 +2,4 @@ google-cloud-translate==3.3.2 google-cloud-storage==1.41.1 google-cloud-automl==2.4.2 google-auth==2.0.0b1 -google-api-core=2.0.0b1 +google-api-core==2.0.0b1