cuspatial icon indicating copy to clipboard operation
cuspatial copied to clipboard

Enable pytest failures on warnings on FutureWarnings (Replace deprecated `geopandas.dataset` module)

Open mroeschke opened this issue 11 months ago • 0 comments

Description

Continuing the effort in https://github.com/rapidsai/build-planning/issues/26 by enabling FutureWarnings and DeprecationWarnings to raise errors in the CI.

The primary change here is to replace geopandas.dataset usage with the files used (the data in https://github.com/geopandas/geopandas/tree/main/geopandas/tests/data)

Checklist

  • [ ] I am familiar with the Contributing Guidelines.
  • [ ] New or existing tests cover these changes.
  • [ ] The documentation is up to date with these changes.

mroeschke avatar Mar 13 '24 21:03 mroeschke