-
Notifications
You must be signed in to change notification settings - Fork 296
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-core and testcontainers share the .core package #352
Comments
This is likely a consequence of 4.x not yet being released but only a release candidate being available. We'll try to merge #314 and then release the major version. Could you share the output of |
Sorry, I don't have the package directory anymore :-( |
Does this mean the issue is resolved? |
I don't think the issue us resolved: here is the result of a throwaway venv with both testcontainers-postgres and the plain testcontainers package. The below shows that the files owned by two packages at the same time:
|
Yes, you can't install the 3.x version of testcontainers and one of the release candidates at the same time. You can resolve the error by installing |
Describe the bug
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
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)
The text was updated successfully, but these errors were encountered: