Skip to content

Commit e73bc91

Browse files
committed
Address feedback
1 parent 6602218 commit e73bc91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.librarian/generator-input/client-post-processing/bigtable-integration.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,11 @@ replacements:
957957
958958
959959
@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):
960965
def core_deps_from_source(session):
961966
"""Run all tests with core dependencies installed from source,
962967
count: 1

0 commit comments

Comments
 (0)