Skip to content

Commit

Permalink
Silence pygeos warnings from geopandas in test_raster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fbunt committed Apr 18, 2023
1 parent ce10f8b commit 497b1a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_raster.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# isort: off
# TODO(pygeos): remove this once shapely is the default backend for geopandas.
# Force raster_tools._compat to be loaded before geopandas when running tests
import raster_tools # noqa: F401

# isort: on

import operator
import unittest

Expand Down

0 comments on commit 497b1a8

Please sign in to comment.