Skip to content

Commit 0dc81e3

Browse files
committed
fix(generator): add --no-deps when installing local google-api-core in showcase test sessions
1 parent 022f2ad commit 0dc81e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def showcase_library(
395395
# Install the library without a constraints file.
396396
session.install("-e", tmp_dir, "--no-build-isolation")
397397

398-
session.install("-e", "../google-api-core", "--no-build-isolation")
398+
session.install("-e", "../google-api-core", "--no-build-isolation", "--no-deps")
399399

400400
yield tmp_dir
401401

0 commit comments

Comments
 (0)