From fbfd8c1bf65d0b9ad540aba71e3dd94c943209dd Mon Sep 17 00:00:00 2001 From: Trevor Bergeron Date: Fri, 30 Jan 2026 18:17:42 +0000 Subject: [PATCH] chore: Ignore ai ops in doctests --- noxfile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noxfile.py b/noxfile.py index 7626a49adf..3980b0ae73 100644 --- a/noxfile.py +++ b/noxfile.py @@ -444,6 +444,8 @@ def doctest(session: nox.sessions.Session): "bigframes/testing", "--ignore", "bigframes/display/anywidget.py", + "--ignore", + "bigframes/bigquery/_operations/ai.py", ), test_folder="bigframes", check_cov=True,