-
-
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
Get all tests working with latest botocore #1907
Conversation
Hm, looks like |
Thanks for all of the work @lhufnagel ! |
I tried upgrading to 1.3.7 and found some sort of issue with the monkey patching that occurs only when other tests (without moto) are run first. I suspect something is getting imported that prevents the patching. When I run just test files with moto imported, they all pass. When I run my whole test suite, or even just two files (one without moto, but that still imports some of our project that has boto3 imports), provided the test without moto runs first, the moto tests will fail with IAM permission issues. |
I am still seeing error: Version I am using: |
This is a rebased version of #1847 including this commit