Skip to content

Commit 5a0dca3

Browse files
committed
fixing tests
1 parent 836f5ce commit 5a0dca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/small/operations/test_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def test_getitem_w_array(index):
634634

635635

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

640640
pa_struct = pa.struct(

0 commit comments

Comments
 (0)