We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58a9ba commit 0ee6348Copy full SHA for 0ee6348
1 file changed
packages/google-apps-card/noxfile.py
@@ -461,7 +461,7 @@ def prerelease_deps(session, protobuf_implementation):
461
session.skip("cpp implementation is not supported in python 3.11+")
462
463
# Install all dependencies
464
- session.install("-e", ".")
+ session.install("-e", ".", "--no-deps")
465
466
# Install dependencies for the unit test environment
467
unit_deps_all = UNIT_TEST_STANDARD_DEPENDENCIES + UNIT_TEST_EXTERNAL_DEPENDENCIES
0 commit comments