This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +24
-8
lines changed
tests/integration/goldens Expand file tree Collapse file tree 8 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,10 @@ nox.options.error_on_missing_interpreters = True
8787@nox.session(python=ALL_PYTHON)
8888def mypy(session):
8989 """Run the type checker."""
90+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
91+ # use the latest version of mypy
9092 session.install(
91- "mypy",
93+ "mypy< 1 .16.0 " ,
9294 " types-requests " ,
9395 " types-protobuf " ,
9496 )
Original file line number Diff line number Diff line change 9494@nox .session (python = ALL_PYTHON )
9595def mypy (session ):
9696 """Run the type checker."""
97+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
98+ # use the latest version of mypy
9799 session .install (
98- "mypy" ,
100+ "mypy<1.16.0 " ,
99101 "types-requests" ,
100102 "types-protobuf" ,
101103 )
Original file line number Diff line number Diff line change 9494@nox .session (python = ALL_PYTHON )
9595def mypy (session ):
9696 """Run the type checker."""
97+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
98+ # use the latest version of mypy
9799 session .install (
98- "mypy" ,
100+ "mypy<1.16.0 " ,
99101 "types-requests" ,
100102 "types-protobuf" ,
101103 )
Original file line number Diff line number Diff line change 9494@nox .session (python = ALL_PYTHON )
9595def mypy (session ):
9696 """Run the type checker."""
97+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
98+ # use the latest version of mypy
9799 session .install (
98- "mypy" ,
100+ "mypy<1.16.0 " ,
99101 "types-requests" ,
100102 "types-protobuf" ,
101103 )
Original file line number Diff line number Diff line change 9494@nox .session (python = ALL_PYTHON )
9595def mypy (session ):
9696 """Run the type checker."""
97+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
98+ # use the latest version of mypy
9799 session .install (
98- "mypy" ,
100+ "mypy<1.16.0 " ,
99101 "types-requests" ,
100102 "types-protobuf" ,
101103 )
Original file line number Diff line number Diff line change 9494@nox .session (python = ALL_PYTHON )
9595def mypy (session ):
9696 """Run the type checker."""
97+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
98+ # use the latest version of mypy
9799 session .install (
98- "mypy" ,
100+ "mypy<1.16.0 " ,
99101 "types-requests" ,
100102 "types-protobuf" ,
101103 )
Original file line number Diff line number Diff line change 9494@nox .session (python = ALL_PYTHON )
9595def mypy (session ):
9696 """Run the type checker."""
97+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
98+ # use the latest version of mypy
9799 session .install (
98- "mypy" ,
100+ "mypy<1.16.0 " ,
99101 "types-requests" ,
100102 "types-protobuf" ,
101103 )
Original file line number Diff line number Diff line change 9494@nox .session (python = ALL_PYTHON )
9595def mypy (session ):
9696 """Run the type checker."""
97+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2579):
98+ # use the latest version of mypy
9799 session .install (
98- "mypy" ,
100+ "mypy<1.16.0 " ,
99101 "types-requests" ,
100102 "types-protobuf" ,
101103 )
You can’t perform that action at this time.
0 commit comments