From eb669eb2d897f26b72fd34da07e4de317674523d Mon Sep 17 00:00:00 2001 From: Victor Chudnovsky Date: Wed, 4 Feb 2026 11:54:37 -0800 Subject: [PATCH] test: remove nox.options.sessions --- noxfile.py | 15 --------------- 1 file changed, 15 deletions(-) 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