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 cd4942e commit 32245deCopy full SHA for 32245de
noxfile.py
@@ -85,8 +85,11 @@
85
# Error if a python version is missing
86
nox.options.error_on_missing_interpreters = True
87
88
-
89
-@nox.session(python=DEFAULT_PYTHON_VERSION)
+# TODO: the owlbot-python docker image still has python 3.8 installed (
+# and only 3.8).
90
+# As soon as that gets upgraded, we should be able to revert this session
91
+# to using the DEFAULT_PYTHON_VERSION.
92
+@nox.session(python="3.8")
93
def lint(session):
94
"""Run linters.
95
0 commit comments