Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit c5b5c27

Browse files
committed
Let showcase_mtls use dev google-api-core
1 parent 6a2179e commit c5b5c27

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

noxfile.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def showcase(
6868

6969
# TODO(lidiz) Remove this install after api-core released with AsyncIO support
7070
session.install('-U', 'git+https://github.com/lidizheng/python-api-core.git@aio-integration#egg=google-api-core')
71-
7271
# TODO(lidiz) Remove the daily build install once new API got released.
7372
session.install(
7473
"--pre", "--upgrade", "--force-reinstall",
@@ -133,6 +132,14 @@ def showcase_mtls(
133132
session.install("pytest")
134133
session.install("-e", ".")
135134

135+
# TODO(lidiz) Remove this install after api-core released with AsyncIO support
136+
session.install('-U', 'git+https://github.com/lidizheng/python-api-core.git@aio-integration#egg=google-api-core')
137+
# TODO(lidiz) Remove the daily build install once new API got released.
138+
session.install(
139+
"--pre", "--upgrade", "--force-reinstall",
140+
"--extra-index-url", "https://packages.grpc.io/archive/2020/04/3dca4a321326dfbf6e3656b6d5fc29cf5f4b6f95-76408568-daeb-49cd-b869-be2fd4066e8f/python",
141+
"grpcio")
142+
136143
# Install a client library for Showcase.
137144
with tempfile.TemporaryDirectory() as tmp_dir:
138145
# Download the Showcase descriptor.

0 commit comments

Comments
 (0)