Skip to content

Commit 964992d

Browse files
committed
tests: skip mypy
1 parent 527a60b commit 964992d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • packages/google-cloud-documentai-toolbox

packages/google-cloud-documentai-toolbox/noxfile.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,3 +504,12 @@ def prerelease_deps(session, protobuf_implementation):
504504
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
505505
},
506506
)
507+
508+
509+
@nox.session(python=DEFAULT_PYTHON_VERSION)
510+
def mypy(session):
511+
"""Run the type checker."""
512+
513+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
514+
# Enable mypy once this bug is fixed.
515+
session.skip("Temporarily skip mypy. See issue 16014")

0 commit comments

Comments
 (0)