-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix for moto not unmocking #2578
Conversation
mikegrima
commented
Nov 18, 2019
•
edited
Loading
edited
- Fixes can not stop mocking after moto==1.3.14 #2575
- Also upgraded Travis CI to make use of Bionic instead of Xenial
- This may also address concerns raised in Test cases written in moto using Latest version of boto3 fails #1793
@spulec Would like you to take a look when you get a chance. |
bc08f48
to
ae556b5
Compare
Unit tests all work locally but keep failing on Travis CI. I'm going to need to spend more time on this, unfortunately :( |
9d4abb5
to
f438779
Compare
- Fixes getmoto#2575 - Also upgraded Travis CI to make use of Bionic instead of Xenial - This may also address concerns raised in getmoto#1793
Does this mean the region_name-parameter is now always required when using moto? |
Can you confirm if that still works (using the environment variables)?
I personally always specify the region in my boto clients.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick turnaround on this!
Confirmed @mikegrima - I've pulled your branch, and tests using boto3.client('dynamodb') (no region specified) still pass |
It looks like the IoT stuff is broken for reasons. I don't have time today to debug, unfortunately. |
@mikegrima fixed the IoT stuff with #2585 (it was a new version of botocore that caused the issue). Going to do a bit more cleanup and maybe merge a couple PRs and then will get a release out. |