Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit d25b61e

Browse files
committed
remove check related to cpp
1 parent dd56089 commit d25b61e

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

gapic/templates/noxfile.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def docfx(session):
452452
@nox.session(python=PREVIEW_PYTHON_VERSION)
453453
@nox.parametrize(
454454
"protobuf_implementation",
455-
["python", "upb", "cpp"],
455+
["python", "upb"],
456456
)
457457
def prerelease_deps(session, protobuf_implementation):
458458
"""

tests/integration/goldens/asset/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def docfx(session):
444444
@nox.session(python=PREVIEW_PYTHON_VERSION)
445445
@nox.parametrize(
446446
"protobuf_implementation",
447-
["python", "upb", "cpp"],
447+
["python", "upb"],
448448
)
449449
def prerelease_deps(session, protobuf_implementation):
450450
"""

tests/integration/goldens/credentials/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def docfx(session):
444444
@nox.session(python=PREVIEW_PYTHON_VERSION)
445445
@nox.parametrize(
446446
"protobuf_implementation",
447-
["python", "upb", "cpp"],
447+
["python", "upb"],
448448
)
449449
def prerelease_deps(session, protobuf_implementation):
450450
"""

tests/integration/goldens/eventarc/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def docfx(session):
444444
@nox.session(python=PREVIEW_PYTHON_VERSION)
445445
@nox.parametrize(
446446
"protobuf_implementation",
447-
["python", "upb", "cpp"],
447+
["python", "upb"],
448448
)
449449
def prerelease_deps(session, protobuf_implementation):
450450
"""

tests/integration/goldens/logging/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def docfx(session):
444444
@nox.session(python=PREVIEW_PYTHON_VERSION)
445445
@nox.parametrize(
446446
"protobuf_implementation",
447-
["python", "upb", "cpp"],
447+
["python", "upb"],
448448
)
449449
def prerelease_deps(session, protobuf_implementation):
450450
"""

tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def docfx(session):
444444
@nox.session(python=PREVIEW_PYTHON_VERSION)
445445
@nox.parametrize(
446446
"protobuf_implementation",
447-
["python", "upb", "cpp"],
447+
["python", "upb"],
448448
)
449449
def prerelease_deps(session, protobuf_implementation):
450450
"""

tests/integration/goldens/redis/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def docfx(session):
444444
@nox.session(python=PREVIEW_PYTHON_VERSION)
445445
@nox.parametrize(
446446
"protobuf_implementation",
447-
["python", "upb", "cpp"],
447+
["python", "upb"],
448448
)
449449
def prerelease_deps(session, protobuf_implementation):
450450
"""

tests/integration/goldens/redis_selective/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def docfx(session):
444444
@nox.session(python=PREVIEW_PYTHON_VERSION)
445445
@nox.parametrize(
446446
"protobuf_implementation",
447-
["python", "upb", "cpp"],
447+
["python", "upb"],
448448
)
449449
def prerelease_deps(session, protobuf_implementation):
450450
"""

0 commit comments

Comments
 (0)