Skip to content

Commit 0b3d65c

Browse files
committed
fix(generator): install local google-api-core in nox test sessions
1 parent 259fbd3 commit 0b3d65c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/gapic-generator/noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def fragment(session, use_ads_templates=False):
193193
"grpcio-tools",
194194
)
195195
session.install("-e", ".")
196+
session.install("-e", "../google-api-core")
196197

197198
# The specific failure is `Plugin output is unparseable`
198199
if session.python == "3.10":
@@ -257,6 +258,7 @@ def showcase_library(
257258

258259
# Install gapic-generator-python
259260
session.install("-e", ".")
261+
session.install("-e", "../google-api-core")
260262

261263
# Install grpcio-tools for protoc
262264
session.install("grpcio-tools")

0 commit comments

Comments
 (0)