Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chelsea-lin committed Aug 29, 2024
1 parent 836f5ce commit 5a0dca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/small/operations/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def test_getitem_w_array(index):


def test_getitem_w_struct_array():
if packaging.version.Version(pd.__version__) <= packaging.version.Version("1.5.0"):
if packaging.version.Version(pd.__version__) <= packaging.version.Version("1.5.3"):
pytest.skip("https://github.com/googleapis/python-bigquery/issues/1992")

pa_struct = pa.struct(
Expand Down

0 comments on commit 5a0dca3

Please sign in to comment.