From 914d3062a31245488429842cbac5d52f279e11c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a?= Date: Mon, 15 Sep 2025 16:19:28 +0000 Subject: [PATCH] chore: fix e2e tests after move of bigquery-storage package --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index cc38a3b8c0..f2be8045b1 100644 --- a/noxfile.py +++ b/noxfile.py @@ -665,7 +665,7 @@ def prerelease(session: nox.sessions.Session, tests_path, extra_pytest_options=( session.install( "--upgrade", "-e", - "git+https://github.com/googleapis/python-bigquery-storage.git#egg=google-cloud-bigquery-storage", + "git+https://github.com/googleapis/google-cloud-python.git#egg=google-cloud-bigquery-storage&subdirectory=packages/google-cloud-bigquery-storage", ) already_installed.add("google-cloud-bigquery-storage") session.install(