Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Python Requirements Update #592

Merged
merged 2 commits into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    3ceb5ab View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix: update references to moto.mock_s3 to moto.mock_aws

    Version 5.0.0 of the moto library replaces the mock_s3 decorator with the mock_aws decorator. This caused many tests to fail, because they used the mock_s3 decorator. This commit updates those references to mock_aws. Please see the moto CHANGELOG here: https://github.com/getmoto/moto/blob/master/CHANGELOG.md#500.
    MichaelRoytman committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    91b6e84 View commit details
    Browse the repository at this point in the history