Skip to content

Commit 5d27d0d

Browse files
1 parent f94ac8b commit 5d27d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def prerelease_deps(session, protobuf_implementation, database_dialect):
433433
session.skip("cpp implementation is not supported in python 3.11+")
434434

435435
# Install all dependencies
436-
session.install("-e", ".[all, tests, tracing, testing]")
436+
session.install("-e", ".[all, tests, tracing]")
437437
unit_deps_all = UNIT_TEST_STANDARD_DEPENDENCIES + UNIT_TEST_EXTERNAL_DEPENDENCIES
438438
session.install(*unit_deps_all)
439439
system_deps_all = (

0 commit comments

Comments
 (0)