File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ def get_staging_dirs(
115115python .configure_previous_major_version_branches ()
116116
117117# Preserve system tests w/ GOOGLE_DISABLE_GRPC set (#133, PR #136)
118- assert 1 == s .replace (
118+ s .replace (
119119 "noxfile.py" ,
120120 r"""\
121121@nox.session\(python=SYSTEM_TEST_PYTHON_VERSIONS\)
@@ -185,7 +185,7 @@ def system(session, disable_grpc):
185185def docfx\(session\):
186186""" ,
187187 """\
188- @nox.session(python="3.9 ")
188+ @nox.session(python="3.13 ")
189189def doctests(session):
190190 # Install all test dependencies, then install this package into the
191191 # virtualenv's dist-packages.
@@ -196,7 +196,7 @@ def doctests(session):
196196 session.run("py.test", "tests/doctests.py")
197197
198198
199- @nox.session(python="3.10 ")
199+ @nox.session(python="3.13 ")
200200def docfx(session):
201201""" ,
202202)
You can’t perform that action at this time.
0 commit comments