Skip to content

Commit

Permalink
Update version check for test_binary_column_name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenkaF committed Jan 8, 2024
1 parent 7080d61 commit 212e0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def test_mixed_column_names(self):
preserve_index=True)

def test_binary_column_name(self):
if Version("2.0.0") <= Version(pd.__version__) < Version("2.2.0"):
if Version("2.0.0") <= Version(pd.__version__) < Version("2.3.0"):
# TODO: regression in pandas, hopefully fixed in next version
# https://issues.apache.org/jira/browse/ARROW-18394
# https://github.com/pandas-dev/pandas/issues/50127
Expand Down

0 comments on commit 212e0b2

Please sign in to comment.