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.51k stars 281 forks source link

fix(core): remove version from compose tests #571

Closed Tranquility2 closed 3 months ago

Tranquility2 commented 3 months ago

This would address #570 Removing the version from the compose.yaml files used in tests.

Please see https://forums.docker.com/t/docker-compose-yml-version-is-obsolete/141313

alexanderankin commented 3 months ago

Pleasure doing business