Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit ec6a4f4

Browse files
committed
test: fix noextras build
1 parent b34cf3d commit ec6a4f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/core/compile/sqlglot/test_dataframe_accessor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
import unittest.mock as mock
1616

1717
import pandas as pd
18+
import pytest
1819

1920
import bigframes.pandas as bpd
2021
import bigframes.session
2122

23+
pytest.importorskip("pytest_snapshot")
24+
2225

2326
def test_sql_scalar(scalar_types_df: bpd.DataFrame, snapshot, monkeypatch):
2427
session = mock.create_autospec(bigframes.session.Session)

0 commit comments

Comments
 (0)