testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
https://testcontainers-python.readthedocs.io/en/latest/
Apache License 2.0
1.59k stars 291 forks source link

Release new version on pypi #179

Closed SonoDavid closed 2 years ago

SonoDavid commented 2 years ago

The latest version which includes eg. rabbitmq support is not yet released in pypi. The last version released on pipy dates back to 15/08/2021. Please release a newer version with support for some new testcontainers.

rkettelerij commented 2 years ago

Any plans for a new release?

sealor commented 2 years ago

I would also highly appreciate a new release. The following commit fixes a bug with Docker-In-Docker: https://github.com/testcontainers/testcontainers-python/commit/cfd6b12511d12d4762ac7f1102075b72b453975a

@tillahoffmann Do you have any plans for the next release?

tillahoffmann commented 2 years ago

3.5.0 is now released.