geopandas / dask-geopandas

Parallel GeoPandas with Dask
https://dask-geopandas.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
486 stars 45 forks source link

TST: skip tests that need pygeohash/hilbertcurve/pymorton if not installed #265

Closed jorisvandenbossche closed 6 months ago

jorisvandenbossche commented 6 months ago

Given those are optional test dependencies and only used in a few tests, I think it's nice to skip those when you don't have them installed locally.

martinfleis commented 6 months ago

Shall we remove those packages from 38-no-optional-deps.yaml?

jorisvandenbossche commented 6 months ago

Yes, good idea