We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6602218 commit e73bc91Copy full SHA for e73bc91
.librarian/generator-input/client-post-processing/bigtable-integration.yaml
@@ -957,6 +957,11 @@ replacements:
957
958
959
@nox.session(python=DEFAULT_PYTHON_VERSION)
960
+ @nox.parametrize(
961
+ "protobuf_implementation",
962
+ ["python", "upb"],
963
+ )
964
+ def core_deps_from_source(session, protobuf_implementation):
965
def core_deps_from_source(session):
966
"""Run all tests with core dependencies installed from source,
967
count: 1
0 commit comments