8000 Tags · sujala/testcontainers-python · GitHub
[go: up one dir, main page]

Skip to content

Tags: sujala/testcontainers-python

Tags

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 <dlmiddlecote@gmail.com>

* Bump to v3.0.2

Signed-off-by: Daniel Middlecote <dlmiddlecote@gmail.com>

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 choi
8000
ce 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.

v2.5

Toggle v2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update setup.py

v2.3

Toggle v2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update setup.py

v2.2

Toggle v2.2's commit message
version pump to 2.2

v2.1.2

Toggle v2.1.2's commit message
setup.py github link fix

v2.0.0

Toggle v2.0.0's commit message
new api (testcontainers#5)

* GenericContainer added

* DockerContainer additional methods

* mysql environ variables added

* mysql environ variables added

* test for env variables added

* test for env variables fixed

* postgres fix

* postgres get_connection_url fix

* release process description changed

* with_name added to docker container class

* with_mount_volumes added to docker container

* test fix for port bindings

* with_exposed_ports added

* _configure deleted from DockerContainer class

* tests fix

* test fix for custom image
0