Skip to content

Commit 1376ad6

Browse files
committed
remove assertion
1 parent 65dfb9f commit 1376ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

owlbot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def get_staging_dirs(
115115
python.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):
185185
def docfx\(session\):
186186
""",
187187
"""\
188-
@nox.session(python="3.9")
188+
@nox.session(python="3.13")
189189
def 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")
200200
def docfx(session):
201201
""",
202202
)

0 commit comments

Comments
 (0)