jorisvandenbossche commented on pull request #8677:
URL: https://github.com/apache/arrow/pull/8677#issuecomment-729632072


   Indeed, it seems the full `test_ipc.py` file is being skipped on the "Python 
3.8 Without Pandas" build 
(https://github.com/apache/arrow/pull/8677/checks?check_run_id=1406477146). And 
this is because we don't have a 3.8 build with pandas, see this comment at the 
top of the file:
   
   ```
   # TODO(wesm): The IPC tests depend a lot on pandas currently, so all excluded
   # when it is not installed
   pytestmark = pytest.mark.pandas
   ```
   
   (so certainly a TODO we should resolve)


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to