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

Commit 2157235

Browse files
committed
Update goldens
1 parent 9b182cf commit 2157235

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

tests/integration/goldens/asset/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
def mypy(session):
9090
"""Run the type checker."""
9191
session.install(
92-
"mypy",
92+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
93+
"mypy<1.16.0",
9394
"types-requests",
9495
"types-protobuf",
9596
)

tests/integration/goldens/credentials/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
def mypy(session):
9090
"""Run the type checker."""
9191
session.install(
92-
"mypy",
92+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
93+
"mypy<1.16.0",
9394
"types-requests",
9495
"types-protobuf",
9596
)

tests/integration/goldens/eventarc/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
def mypy(session):
9090
"""Run the type checker."""
9191
session.install(
92-
"mypy",
92+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
93+
"mypy<1.16.0",
9394
"types-requests",
9495
"types-protobuf",
9596
)

tests/integration/goldens/logging/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
def mypy(session):
9090
"""Run the type checker."""
9191
session.install(
92-
"mypy",
92+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
93+
"mypy<1.16.0",
9394
"types-requests",
9495
"types-protobuf",
9596
)

tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
def mypy(session):
9090
"""Run the type checker."""
9191
session.install(
92-
"mypy",
92+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
93+
"mypy<1.16.0",
9394
"types-requests",
9495
"types-protobuf",
9596
)

tests/integration/goldens/redis/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
def mypy(session):
9090
"""Run the type checker."""
9191
session.install(
92-
"mypy",
92+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
93+
"mypy<1.16.0",
9394
"types-requests",
9495
"types-protobuf",
9596
)

tests/integration/goldens/redis_selective/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
def mypy(session):
9090
"""Run the type checker."""
9191
session.install(
92-
"mypy",
92+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
93+
"mypy<1.16.0",
9394
"types-requests",
9495
"types-protobuf",
9596
)

0 commit comments

Comments
 (0)