From b50c0d26e24285fae224765763e8ceba8bfeeac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Wed, 28 May 2025 10:54:16 -0500 Subject: [PATCH] test: install polars in doctest session --- noxfile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/noxfile.py b/noxfile.py index 3f393f01da..dcd66cb590 100644 --- a/noxfile.py +++ b/noxfile.py @@ -108,7 +108,7 @@ SYSTEM_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = { "3.9": ["tests"], "3.10": ["tests"], - "3.12": ["tests", "scikit-learn"], + LATEST_FULLY_SUPPORTED_PYTHON: ["all"], "3.13": ["tests"], } @@ -427,8 +427,6 @@ def doctest(session: nox.sessions.Session): "third_party", "--ignore", "third_party/bigframes_vendored/ibis", - "--ignore", - "bigframes/core/compile/polars", ), test_folder="bigframes", check_cov=True,