Skip to content

Commit 393425e

Browse files
authored
test: ignore bigframes/testing folder from testing (#1767)
This is to disable failures like the following: _____________ ERROR collecting bigframes/testing/polars_session.py _____________ bigframes/testing/polars_session.py:19: in <module> import polars E ModuleNotFoundError: No module named 'polars'
1 parent 15f3f2a commit 393425e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ def doctest(session: nox.sessions.Session):
429429
"third_party/bigframes_vendored/ibis",
430430
"--ignore",
431431
"bigframes/core/compile/polars",
432+
"--ignore",
433+
"bigframes/testing",
432434
),
433435
test_folder="bigframes",
434436
check_cov=True,

0 commit comments

Comments
 (0)