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

Helpful Hint - the session_fixture takes a localstack_version #31

Open
rpattcorner opened this issue Jul 19, 2020 · 0 comments
Open

Helpful Hint - the session_fixture takes a localstack_version #31

rpattcorner opened this issue Jul 19, 2020 · 0 comments

Comments

@rpattcorner
Copy link

By default pytest-localstack fetches the latest localstack
At times there's a defect in localstack that can create a problem
After some research it appears that the session_fixture will accept a localstack version to pull down, allowing a temporary respite

localstack_version = "0.11.1"
localstack_fixture = pytest_localstack.session_fixture(scope="module", services=["iam", "sts"],
                                                            localstack_version=localstack_version)

There in plain sight, but took some time to find

Not sure if this project is still maintained -- hope so.

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

No branches or pull requests

1 participant