Skip to content

Commit e09ddec

Browse files
committed
chore(generator): remove unnecessary session.install('-e', '../google-api-core') from noxfile.py
1 parent 9770a1e commit e09ddec

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/gapic-generator/noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ def showcase_library(
248248

249249
# Install gapic-generator-python
250250
session.install("-e", ".")
251-
# Install local editable google-api-core for monorepo development testing.
252-
# On Python 3.10 below, google-api-core<2.28 is installed to validate
253-
# fallback compatibility against released versions of google-api-core.
254-
session.install("-e", "../google-api-core")
255251

256252
# Install grpcio-tools for protoc
257253
session.install("grpcio-tools")

0 commit comments

Comments
 (0)