Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit d6ab6bc

Browse files
committed
exclude sqlglot from doctest
1 parent fe49168 commit d6ab6bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ def doctest(session: nox.sessions.Session):
437437
"--ignore",
438438
"third_party/bigframes_vendored/ibis",
439439
"--ignore",
440+
"third_party/bigframes_vendored/sqlglot",
441+
"--ignore",
440442
"bigframes/core/compile/polars",
441443
"--ignore",
442444
"bigframes/testing",

0 commit comments

Comments
 (0)