Skip to content

Commit a63fc02

Browse files
authored
chore: fix e2e tests after move of bigquery-storage package (#2083)
1 parent cce4966 commit a63fc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def prerelease(session: nox.sessions.Session, tests_path, extra_pytest_options=(
665665
session.install(
666666
"--upgrade",
667667
"-e",
668-
"git+https://github.com/googleapis/python-bigquery-storage.git#egg=google-cloud-bigquery-storage",
668+
"git+https://github.com/googleapis/google-cloud-python.git#egg=google-cloud-bigquery-storage&subdirectory=packages/google-cloud-bigquery-storage",
669669
)
670670
already_installed.add("google-cloud-bigquery-storage")
671671
session.install(

0 commit comments

Comments
 (0)