oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
247 stars 32 forks source link

remove tests for proprietary datasets #213

Closed knaaptime closed 4 years ago

knaaptime commented 4 years ago

right now we setup private environment variables to test against LTDB and Geolytics data but that causes some major headaches on pull requests when these variables arent set. It would probably best to just remove any tests against these data and have them run on a private server

knaaptime commented 4 years ago

look into decorator or something for skipping the from_ltdb and from_ncdb tests

knaaptime commented 4 years ago

resolved by #214