We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5d18a commit bea6a5dCopy full SHA for bea6a5d
1 file changed
packages/sqlalchemy-bigquery/noxfile.py
@@ -594,7 +594,7 @@ def prerelease_deps(session, protobuf_implementation):
594
session.skip("cpp implementation is not supported in python 3.11+")
595
596
# Install all dependencies
597
- session.install("-e", ".[all, tests, tracing]")
+ session.install("-e", ".[all, tests]")
598
unit_deps_all = UNIT_TEST_STANDARD_DEPENDENCIES + UNIT_TEST_EXTERNAL_DEPENDENCIES
599
session.install(*unit_deps_all)
600
system_deps_all = (
0 commit comments