This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Replace localstack in unit testing #75
Labels
ci
Continuous Integration
github_actions
Pull requests that update Github_actions code
help wanted
Extra attention is needed
testing
Testing
Is your feature request related to a problem? Please describe.
Currently, unit testing uses localstack to emulate SQS. This requires the test host to be running docker and be able to run the localstack/localstack container.
This means that Windows Github Actions agents are not able to run our test suite.
Additionally, CI is slower because it has to spin up an external docker container.
Describe the solution you'd like
Replace the localstack fixtures with ones that use moto. Open to other solutions
Additional context
aio-libs/aiobotocore#755
The text was updated successfully, but these errors were encountered: