AlenkaF commented on code in PR #35530:
URL: https://github.com/apache/arrow/pull/35530#discussion_r1190874130
##########
python/pyarrow/tests/interchange/test_conversion.py:
##########
@@ -217,19 +170,28 @@ def test_roundtrip_pandas_string():
@pytest.mark.pandas
-def test_roundtrip_pandas_boolean():
- if Version(pd.__version__) < Version("1.5.0"):
- pytest.skip("__dataframe__ added to pandas in 1.5.0")
+def test_pandas_roundtrip_categorical():
+ if Version(pd.__version__) < Version("2.0.2"):
Review Comment:
I have, unfortunately, added this change in the rebasing process and is
therefore not visible in the commit history.
The change can be seen here:
https://github.com/apache/arrow/blob/0e74ace51b3668fca155163e0f887d83ba778ed5/python/pyarrow/tests/interchange/test_conversion.py#L243-L245
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]