We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea13d3 commit 2ee0533Copy full SHA for 2ee0533
noxfile.py
@@ -142,7 +142,10 @@ def format(session):
142
)
143
144
145
-@nox.session(python=DEFAULT_PYTHON_VERSION)
+# 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")
149
def lint_setup_py(session):
150
"""Verify that setup.py is valid (including RST check)."""
151
session.install("docutils", "pygments")
0 commit comments