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

chore: make unit tests compatible with moto 5 and bump moto version #341

Closed
wants to merge 2 commits into from

Conversation

stephenkilbourn
Copy link
Contributor

Issue

The Unit tests appear to be using the old syntax for moto, but that was breaking when trying to use the openapi_schema_validator package. See comments in that PR:
#333 (comment)

What?

set the setup.py to use moto~=5.0

it looks like moto is only imported & defined in the conftest.py fixtures, so I made the upgrade to the updated syntax there.

Testing?

The only changes made centered around the unit tests, so ensure that they still run & pass.

@stephenkilbourn stephenkilbourn changed the title make unit tests compatible with moto 5 and bump moto version chore: make unit tests compatible with moto 5 and bump moto version Mar 20, 2024
@stephenkilbourn stephenkilbourn deleted the upgrade-moto branch July 29, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant