Skip to content

Commit 35b458e

Browse files
authored
chore: remove pandas version limit from test test_getitem_w_struct_array (#1014)
* chore: remove version limit from test * remove redundant import
1 parent 1b5b0ee commit 35b458e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/system/small/operations/test_strings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import re
1616

17-
import packaging.version
1817
import pandas as pd
1918
import pyarrow as pa
2019
import pytest
@@ -641,9 +640,6 @@ def test_getitem_w_array(index, column_name, repeated_df, repeated_pandas_df):
641640

642641

643642
def test_getitem_w_struct_array():
644-
if packaging.version.Version(pd.__version__) <= packaging.version.Version("1.5.3"):
645-
pytest.skip("https://github.com/googleapis/python-bigquery/issues/1992")
646-
647643
pa_struct = pa.struct(
648644
[
649645
("name", pa.string()),

0 commit comments

Comments
 (0)