holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 24 forks source link

Mark slow tests, update `__eq__` methods, pin reqs #56

Closed brl0 closed 3 years ago

brl0 commented 3 years ago

Fixes failing tests after updating to pandas 1.2.1. Mark slow tests and add option --skip-slow.

brl0 commented 3 years ago

I realized after I first created this PR that changes had already been merged to fix the issues with the pandas update. To summarize other changes that I think are useful or necessary:

Let me know if there are any questions or concerns about any of these changes.

brl0 commented 3 years ago

Covered by another PR, closing.