This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments