You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to switch to testcontainers to work around the testcontainers.kafka dependency on kafka-python (didn#t work out because of #351). Anyyway, I did the below steps and ended up without a testcontainers.core package installed.
To Reproduce
Install testcontainers-postgres (with poetry, but I think this shouldn't matter)
Try to import something from testcontainers.core -> It's missing now because it got deinstalled when deinstalling testcontainers-postgres (which also deinstalls testcontainers-core because testcontainers does not depend on it but has the files directly in it)