diff --git a/noxfile.py b/noxfile.py index 3f393f01da..2fd437f469 100644 --- a/noxfile.py +++ b/noxfile.py @@ -429,6 +429,8 @@ def doctest(session: nox.sessions.Session): "third_party/bigframes_vendored/ibis", "--ignore", "bigframes/core/compile/polars", + "--ignore", + "bigframes/testing", ), test_folder="bigframes", check_cov=True,