Skip to content

Commit 4c492b0

Browse files
partheaohmayr
authored andcommitted
tests: use python 3.10 for docs
1 parent b426920 commit 4c492b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-crc32c/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ def unit(session):
164164
session.skip("Unit tests are not supported")
165165

166166

167-
@nox.session(python=DEFAULT_PYTHON_VERSION)
167+
@nox.session(python="3.10")
168168
def docs(session):
169169
"""Run all docs tests."""
170170
session.skip("Docs tests are not supported")
171171

172172

173-
@nox.session(python=DEFAULT_PYTHON_VERSION)
173+
@nox.session(python="3.10")
174174
def docfx(session):
175175
"""Run all docfx tests."""
176176
session.skip("Docfx tests are not supported")

0 commit comments

Comments
 (0)