-
Notifications
You must be signed in to change notification settings - Fork 301
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
testcontainers-localstack missing get_client
#372
Comments
4.0.0-rc2 was published yesterday, I haven't checked if this code is there but it should be I think |
This still fails with 4.0.0 , needs release of the testcontainers-core component |
We can't publish those as described in the pinned issue #412 so it's
"testcontainers[localstack]" again
…On Mon, Mar 11, 2024, 5:51 AM covatic-john ***@***.***> wrote:
This still fails with 4.0.0 , needs release of the localstack component
AttributeError: 'LocalStackContainer' object has no attribute 'get_client'
—
Reply to this email directly, view it on GitHub
<#372 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACECGJEXGTAVSVIHYPXSCQLYXV5AVAVCNFSM6AAAAAA2RULFGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBYGAYDQOJTGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Trying now :) |
@alexanderankin this get_client working on 4.0.0 release. |
closing this! |
Describe the bug
testcontainers-localstack
not installing with most recent code base on0.0.1rc1
Installed
testcontainers
usingpoetry add testcontainers
and added localstackpoetry add testcontainers-localstack
pyproject.toml
has versionstestcontainers-localstack = "^0.0.1rc1"
testcontainers = "^3.7.1"
testcontainers-localstack
has the following entry inpoetry.lock
Runtime environment
The text was updated successfully, but these errors were encountered: