We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836f5ce commit 5a0dca3Copy full SHA for 5a0dca3
tests/system/small/operations/test_strings.py
@@ -634,7 +634,7 @@ def test_getitem_w_array(index):
634
635
636
def test_getitem_w_struct_array():
637
- if packaging.version.Version(pd.__version__) <= packaging.version.Version("1.5.0"):
+ if packaging.version.Version(pd.__version__) <= packaging.version.Version("1.5.3"):
638
pytest.skip("https://github.com/googleapis/python-bigquery/issues/1992")
639
640
pa_struct = pa.struct(
0 commit comments