Skip to content

Commit

Permalink
Let showcase_mtls use dev google-api-core
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Apr 22, 2020
1 parent fb754e1 commit e1b3678
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def showcase(

# TODO(lidiz) Remove this install after api-core released with AsyncIO support
session.install('-U', 'git+https://github.com/lidizheng/python-api-core.git@aio-integration#egg=google-api-core')

# TODO(lidiz) Remove the daily build install once new API got released.
session.install(
"--pre", "--upgrade", "--force-reinstall",
Expand Down Expand Up @@ -134,6 +133,14 @@ def showcase_mtls(
session.install('pytest')
session.install('-e', '.')

# TODO(lidiz) Remove this install after api-core released with AsyncIO support
session.install('-U', 'git+https://github.com/lidizheng/python-api-core.git@aio-integration#egg=google-api-core')
# TODO(lidiz) Remove the daily build install once new API got released.
session.install(
"--pre", "--upgrade", "--force-reinstall",
"--extra-index-url", "https://packages.grpc.io/archive/2020/04/3dca4a321326dfbf6e3656b6d5fc29cf5f4b6f95-76408568-daeb-49cd-b869-be2fd4066e8f/python",
"grpcio")

# Install a client library for Showcase.
with tempfile.TemporaryDirectory() as tmp_dir:
# Download the Showcase descriptor.
Expand Down

0 comments on commit e1b3678

Please sign in to comment.