Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 637da47

Browse files
authored
test: remove nox.options.sessions (#888)
This fix removes the `nox.options.sessions` that were left in the noxfile when those sessions were removed in #873.
1 parent ac30e4b commit 637da47

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

noxfile.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,6 @@
3333
DEFAULT_PYTHON_VERSION = "3.14"
3434
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
3535

36-
# 'docfx' is excluded since it only needs to run in 'docs-presubmit'
37-
nox.options.sessions = [
38-
"unit",
39-
"unit_grpc_gcp",
40-
"unit_wo_grpc",
41-
"unit_w_prerelease_deps",
42-
"unit_w_async_rest_extra",
43-
"cover",
44-
"mypy",
45-
"lint",
46-
"lint_setup_py",
47-
"blacken",
48-
"docs",
49-
]
50-
5136
# Error if a python version is missing
5237
nox.options.error_on_missing_interpreters = True
5338

0 commit comments

Comments
 (0)