Skip to content

Commit e4312ec

Browse files
committed
tests: skip core_deps_from_source
1 parent bba17be commit e4312ec

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • packages/google-cloud-documentai-toolbox

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,3 +511,10 @@ def mypy(session):
511511
# TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
512512
# Enable mypy once this bug is fixed.
513513
session.skip("Temporarily skip mypy. See issue 16014")
514+
515+
516+
@nox.session(python=DEFAULT_PYTHON_VERSION)
517+
def core_deps_from_source(session):
518+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
519+
# Enable this test once this bug is fixed.
520+
session.skip("Temporarily skip core_deps_from_source. See issue 16014")

0 commit comments

Comments
 (0)