Skip to content

Commit a034cfb

Browse files
committed
fix(generator): install local google-api-core in nox test sessions
1 parent b7054c2 commit a034cfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/gapic-generator/noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def fragment(session, use_ads_templates=False):
181181
"grpcio-tools",
182182
)
183183
session.install("-e", ".")
184+
session.install("-e", "../google-api-core")
184185

185186
# The specific failure is `Plugin output is unparseable`
186187
if session.python == "3.10":
@@ -245,6 +246,7 @@ def showcase_library(
245246

246247
# Install gapic-generator-python
247248
session.install("-e", ".")
249+
session.install("-e", "../google-api-core")
248250

249251
# Install grpcio-tools for protoc
250252
session.install("grpcio-tools")

0 commit comments

Comments
 (0)