robvanmieghem opened a new pull request, #45170:
URL: https://github.com/apache/arrow/pull/45170

   ### Rationale for this change
   
   Prevent pytest from logging a warning during the unit tests and adapt to the 
future removal of the path argument.
   
   ### What changes are included in this PR?
   
   This changes the deprecated `path` argument in  the pytest 
pytest_ignore_collect hook to `collection_path` which it should be as of pytest 
7.0: 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
   
   ### Are these changes tested?
   
   The existing tests keep on running without a deprecation warning being 
logged for this. 
   
   ### Are there any user-facing changes?
    No
   


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