Closed
Description
In order to avoid introducing a warning originating from pandas that may be unwanted/false positive in another part of the API (#48397), the test suite should run with -W error:::pandas
to error such that they can be addressed. This will also help reduce the noise in the test run logs.
Might be good to add this all the way in pyproject.toml
in adopts
.