You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch easypost-python to use VCR; update many other things
- Sets up `requests` to automatically retry on DNS or TCP connection
issues (fixes a bug where the rerating test would sometimes fail
because our load balancer may close the keep-alive session early and
requests was not configured to retry in thoses cases)
- switches to new API keys, configured via travis-ci secrets instead of
strings
- fixes a bunch of bare `except:` statements
- pins a bunch of test dependencies that have dropped Python 2.7
support upstream
- makes tests not sleep in CI so CI tests are fast fast fast
0 commit comments