Skip to content

Commit 695c33d

Browse files
committed
testing linting issue
1 parent 32245de commit 695c33d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
# Error if a python version is missing
8686
nox.options.error_on_missing_interpreters = True
8787

88-
# TODO: the owlbot-python docker image still has python 3.8 installed (
89-
# and only 3.8).
88+
# TODO: the linting process still uses python 3.8.
9089
# As soon as that gets upgraded, we should be able to revert this session
9190
# to using the DEFAULT_PYTHON_VERSION.
9291
@nox.session(python="3.8")

0 commit comments

Comments
 (0)