danepitkin opened a new pull request, #35854:
URL: https://github.com/apache/arrow/pull/35854
### Rationale for this change
Remove warnings from the pyarrow test suite (preventing them from eventually
becoming errors).
### What changes are included in this PR?
Test suite updated.
### Are these changes tested?
Yes, verified no warnings are displayed.
```
$ python -m pytest pyarrow/tests/test_array.py -k test_cast_integers_unsafe
=================================================================== test
session starts
===================================================================
platform darwin -- Python 3.11.2, pytest-7.2.2, pluggy-1.0.0
rootdir: /Users/dane/code/arrow/python, configfile: setup.cfg
plugins: hypothesis-6.70.1, cython-0.2.1, lazy-fixture-0.6.3
collected 237 items / 236 deselected / 1 selected
pyarrow/tests/test_array.py .
[100%]
============================================================ 1 passed, 236
deselected in 0.24s ============================================================
```
### 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]