Skip to content
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

DM-33347: Fix compatibility with moto 3.0 #636

Merged
merged 1 commit into from
Jan 21, 2022
Merged

DM-33347: Fix compatibility with moto 3.0 #636

merged 1 commit into from
Jan 21, 2022

Commits on Jan 21, 2022

  1. Fix compatibility with moto 3.0

    moto3 broke the s3 tests solely in test_butler.py. It seems
    that something has changed in using the mock_s3 class decorator
    such that the inherited methods (the ones that are doing all
    the testing) are not actually using the mocks at all but are
    using raw boto. Moving the start and stop calls explicitly
    into setUp and tearDown fixes the problem.
    timj committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    965d482 View commit details
    Browse the repository at this point in the history