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

Commit 697680c

Browse files
committed
Tweak noxfile comments
1 parent ff8b6b5 commit 697680c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

noxfile.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ def default(session, install_grpc=True, prerelease=False, install_async_rest=Fal
111111
112112
This is intended to be run **without** an interpreter set, so
113113
that the current ``python`` (on the ``PATH``) or the version of
114-
Python corresponding to the ``nox`` binary the ``PATH`` can
115-
run the tests.
114+
Python corresponding to the ``nox`` binary can run the tests.
116115
"""
117116
if prerelease and not install_grpc:
118117
unittest.skip("The pre-release session cannot be run without grpc")
@@ -245,7 +244,7 @@ def unit(
245244
session.log(f"Skipping session for Python {session.python}")
246245
session.skip()
247246

248-
# TODO: consider making the following a match statement once
247+
# TODO: consider converting the following into a `match` statement once
249248
# we drop Python 3.9 support.
250249
if legacy_proto:
251250
if legacy_proto == 4:

0 commit comments

Comments
 (0)