AlenkaF commented on code in PR #35530:
URL: https://github.com/apache/arrow/pull/35530#discussion_r1191540371


##########
python/pyarrow/tests/interchange/test_conversion.py:
##########
@@ -189,10 +143,9 @@ def test_pandas_roundtrip(uint, int, float, np_float):
 
 
 @pytest.mark.pandas
-def test_roundtrip_pandas_string():
-    # See https://github.com/pandas-dev/pandas/issues/50554
-    if Version(pd.__version__) < Version("1.6"):
-        pytest.skip(" Column.size() called as a method in pandas 2.0.0")
+def test_pandas_roundtrip_string():
+    if Version(pd.__version__) < Version("2.0.1"):
+        pytest.skip("Column.size() bug in pandas")

Review Comment:
   As for the message - why do you think it is wrong?
   
   I have found "Column.size() called as a method in pandas 2.0.0" a bit 
confusing so I changed to "Column.size() bug in pandas" but can keep it if the 
first one is clearer.



-- 
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]

Reply via email to