diff --git a/noxfile.py b/noxfile.py index ca147e171d..89b9d18610 100644 --- a/noxfile.py +++ b/noxfile.py @@ -112,16 +112,8 @@ # Sessions are executed in the order so putting the smaller sessions # ahead to fail fast at presubmit running. -# 'docfx' is excluded since it only needs to run in 'docs-presubmit' nox.options.sessions = [ - "lint", - "lint_setup_py", - "mypy", - "format", - "docs", - "docfx", "unit", - "unit_noextras", "system-3.9", "system-3.12", "cover",