Skip to content

testcontainers-core and testcontainers share the .core packageΒ #352

@jankatins

Description

@jankatins

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

  1. Install testcontainers-postgres (with poetry, but I think this shouldn't matter)
  2. Install testcontainers
  3. Deinstall testcontainers-postgres (and testcontainers-core)

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions