Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Moucc/testcontainers-python

Tags

v3.4.1

Toggle v3.4.1's commit message
fix flake

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding kafka test container support (testcontainers#127)

* adding kafka containers support

* Removing the assertions inside the for loop as they are not guarenteed to provide correct feedback

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop support for retired 3.5 and update dependencies. (testcontainers…

…#132)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump from 3.1.0 to 3.2.0. (testcontainers#125)

v3.1.0

Toggle v3.1.0's commit message
Bump version to 3.1.0.

v3.0.3

Toggle v3.0.3's commit message
Bump version to 3.0.3.

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update python_requires to have minimum of 3.5 (testcontainers#95)

* Update python_requires to have minimum of 3.5

Signed-off-by: Daniel Middlecote <[email protected]>

* Bump to v3.0.2

Signed-off-by: Daniel Middlecote <[email protected]>

v3.0.0

Toggle v3.0.0's commit message
Bump version 2.7.0 to 3.0.0.

v2.6.0

Toggle v2.6.0's commit message
Bump version: 2.5.0 → 2.6.0

v2.6

Toggle v2.6's commit message
Use binary psycopg2 packages (testcontainers#40)

Quoting its web page:
> The binary package is a practical choice for development and testing but in production it is advised to use the package built from sources.

For me right now, not having had to build psycopg2 from source would have made my life easier.