Closed
Description
I'm currently testing a numpy deprecation to assess its impact on the ecosystem (numpy/numpy#10615). To this end, I'd like to run pandas tests with -Werror
. Doing that, I see that pandas throws a bunch of warnings at other places. Are those intentional? Perhaps pandas should test warning-free out of the box.