Skip to content

Commit aa6d9ab

Browse files
remove polars_session_or_bpd session scope
1 parent 8980fde commit aa6d9ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
warnings.simplefilter("ignore", pd.errors.SettingWithCopyWarning)
3030

3131

32-
@pytest.fixture(scope="session")
32+
@pytest.fixture()
3333
def polars_session_or_bpd():
3434
# Since the doctest imports fixture is autouse=True, don't skip if polars
3535
# isn't available.

0 commit comments

Comments
 (0)