-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suiteWarningsWarnings that appear or should be added to pandasWarnings that appear or should be added to pandas
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
.
rhshadrach and jorisvandenbossche
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suiteWarningsWarnings that appear or should be added to pandasWarnings that appear or should be added to pandas