diff --git a/dev-environment.yml b/dev-environment.yml index 1c7a6880..291d6251 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -38,8 +38,8 @@ dependencies: - sphinx-autodoc-typehints - sphinx-gallery - pyyaml +# - richdem - pip: - -e ./ - - richdem # - git+https://github.com/GlacioHack/GeoUtils.git diff --git a/tests/test_terrain.py b/tests/test_terrain.py index 2c7e7a99..81e95ed7 100644 --- a/tests/test_terrain.py +++ b/tests/test_terrain.py @@ -172,6 +172,7 @@ def test_attribute_functions_against_gdaldem(self, attribute: str) -> None: # Validate that this doesn't raise weird warnings after introducing nans. functions[attribute](dem) + @pytest.mark.skip("richdem wheels don't build on latest GDAL versions, need to circumvent that problem...") @pytest.mark.parametrize( "attribute", ["slope_Horn", "aspect_Horn", "hillshade_Horn", "curvature", "profile_curvature", "planform_curvature"],