Skip to content

Commit b50c0d2

Browse files
authored
test: install polars in doctest session
1 parent 15f3f2a commit b50c0d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
SYSTEM_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {
109109
"3.9": ["tests"],
110110
"3.10": ["tests"],
111-
"3.12": ["tests", "scikit-learn"],
111+
LATEST_FULLY_SUPPORTED_PYTHON: ["all"],
112112
"3.13": ["tests"],
113113
}
114114

@@ -427,8 +427,6 @@ def doctest(session: nox.sessions.Session):
427427
"third_party",
428428
"--ignore",
429429
"third_party/bigframes_vendored/ibis",
430-
"--ignore",
431-
"bigframes/core/compile/polars",
432430
),
433431
test_folder="bigframes",
434432
check_cov=True,

0 commit comments

Comments
 (0)