Skip to content

Commit 7646f22

Browse files
Update packages/google-cloud-bigquery/tests/unit/test_table.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 206ab7f commit 7646f22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/google-cloud-bigquery/tests/unit/test_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5824,6 +5824,7 @@ def test_to_dataframe_delegated_when_supported_with_range_types(self):
58245824
def test_to_dataframe_not_delegated_when_unsupported(self):
58255825
import sys
58265826
pandas = pytest.importorskip("pandas")
5827+
pyarrow = pytest.importorskip("pyarrow")
58275828
mock_pandas_gbq = mock.Mock()
58285829

58295830
with mock.patch(

0 commit comments

Comments
 (0)