We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b426920 commit 4c492b0Copy full SHA for 4c492b0
1 file changed
packages/google-crc32c/noxfile.py
@@ -164,13 +164,13 @@ def unit(session):
164
session.skip("Unit tests are not supported")
165
166
167
-@nox.session(python=DEFAULT_PYTHON_VERSION)
+@nox.session(python="3.10")
168
def docs(session):
169
"""Run all docs tests."""
170
session.skip("Docs tests are not supported")
171
172
173
174
def docfx(session):
175
"""Run all docfx tests."""
176
session.skip("Docfx tests are not supported")
0 commit comments