pitrou commented on PR #45012:
URL: https://github.com/apache/arrow/pull/45012#issuecomment-2538842347

   Well, it looks like the newer pytest-cython triggers an error in the 
hypothesis CI build:
   
https://github.com/ursacomputing/crossbow/actions/runs/12296705269/job/34316261656#step:7:5932
   
   ```
   + pytest -r s -m hypothesis -W error --pyargs pyarrow
   
/opt/conda/envs/arrow/lib/python3.11/site-packages/pytest_cython/__init__.py:2: 
DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
     from pkg_resources import get_distribution
   
/opt/conda/envs/arrow/lib/python3.11/site-packages/pkg_resources/__init__.py:3154:
 DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('sphinxcontrib')`.
   Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
     declare_namespace(pkg)
   
/opt/conda/envs/arrow/lib/python3.11/site-packages/pytest_cython/plugin.py:36: 
PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, 
please use (file_path: pathlib.Path)
   see 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
     def pytest_collect_file(file_path: pathlib.Path, path, parent: 
pytest.Collector) -> pytest.Module:
   ```


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