planetfederal / geogig-py

A Python library to use GeoGit
BSD 3-Clause "New" or "Revised" License
24 stars 14 forks source link

remove shapely imports from tests #31

Closed mattmakesmaps closed 10 years ago

mattmakesmaps commented 10 years ago

Commit fe49753 removed shapely dependencies. This pull requests updates a few tests that are currently failing due to a requirement for shapely. These tests have been updated to check for geogigpy Geometry instances rather then shapely Polygon and MultiPolygons.

volaya commented 10 years ago

I hadn't seen this PR, and made the changes myself already for fixing those tests. It should be updated in master already. Thanks for your help!

mattmakesmaps commented 10 years ago

Thank you! Marking as closed.