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
Some python examples are not fixing the version of moto imported. The tests are using the old depreciated syntax e.g. from moto import mock s3 rather than the new syntax from moto import mock_aws. See https://github.com/getmoto/moto/blob/master/CHANGELOG.md#500