Skip to content

Commit 2ee0533

Browse files
committed
updates lint_setup session
1 parent 9ea13d3 commit 2ee0533

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

noxfile.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ def format(session):
142142
)
143143

144144

145-
@nox.session(python=DEFAULT_PYTHON_VERSION)
145+
# TODO: the linting process still uses python 3.8.
146+
# As soon as that gets upgraded, we should be able to revert this session
147+
# to using the DEFAULT_PYTHON_VERSION.
148+
@nox.session(python="3.8")
146149
def lint_setup_py(session):
147150
"""Verify that setup.py is valid (including RST check)."""
148151
session.install("docutils", "pygments")

0 commit comments

Comments
 (0)