robvanmieghem opened a new issue, #45169:
URL: https://github.com/apache/arrow/issues/45169

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   When executing the python tests, pytest raises a deprecation warning:
   
   ```log
   pyarrow/conftest.py:220
     .../apache/arrow/python/pyarrow/conftest.py:220: PytestRemovedIn9Warning: 
The (path: py.path.local) argument is deprecated, please use (collection_path: 
pathlib.Path)
     see 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
       def pytest_ignore_collect(path, config):
   ```
   
   The path argument has been deprecated since pytest 7.0 and is scheduled for 
removal in pytest 9:
   
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
   
   
   
   
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to