-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We don't build with moto 1.0.0 #294
Labels
Comments
Something in the moto/boto interface appears to be causing all tests to fail! see, e.g. https://travis-ci.org/ClimateImpactLab/DataFS/jobs/249318177
|
This looks relevant travis-ci/travis-ci#7940 |
May be a separate issue related to the trusty dist + boto, not moto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Travis fails for pyup's moto 1.0.0 PR. Looks like a significant issue where we are trying to connect directly to boto (bypassing moto). Maybe an import or specification/monkeypatching issue.
Either way, this only affects tests, as moto isn't used in the core package, so put this down as a like-to-fix.
The text was updated successfully, but these errors were encountered: