diff --git a/noxfile.py b/noxfile.py index 1c4d55dd..bebf2003 100644 --- a/noxfile.py +++ b/noxfile.py @@ -33,21 +33,6 @@ DEFAULT_PYTHON_VERSION = "3.14" CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute() -# 'docfx' is excluded since it only needs to run in 'docs-presubmit' -nox.options.sessions = [ - "unit", - "unit_grpc_gcp", - "unit_wo_grpc", - "unit_w_prerelease_deps", - "unit_w_async_rest_extra", - "cover", - "mypy", - "lint", - "lint_setup_py", - "blacken", - "docs", -] - # Error if a python version is missing nox.options.error_on_missing_interpreters = True