Skip to content

Commit e7e3aab

Browse files
authored
Tweak comment to trigger CI/CD.
Kokoro is being wonky. Using this to manually trigger CI/CD since kokoro force-run label is not working right now.
1 parent 74fb288 commit e7e3aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/django-google-spanner/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def default(session, django_version="5.2"):
122122
@nox.session(python=ALL_PYTHON)
123123
def unit(session):
124124
"""Run the unit test suite."""
125-
# TODO: Remove this check once support for Python 3.14 is added to Protobuf.
125+
# TODO: Remove this check once support for Python 3.14 is added to Protobuf
126126
if session.python == "3.14":
127127
session.skip("Protobuf upb implementation is not supported in Python 3.14 yet")
128128
print("Unit tests with django 5.2")

0 commit comments

Comments
 (0)