azavea / python-omgeo

OMGeocoder - A python geocoding abstraction layer
http://python-omgeo.readthedocs.io/en/latest/
MIT License
36 stars 14 forks source link

Re-enable Python version matrix testing #66

Open ddohler opened 3 years ago

ddohler commented 3 years ago

Running tests against multiple versions of Python seems to make the US Census geocoder more likely to return errors, as discovered in https://github.com/azavea/python-omgeo/pull/64 , possibly due to a high number of requests arriving in a short period. We should find a way to be able to test multiple Python versions without an increased rate of failures.