Releases: avast/pytest-docker
Releases · avast/pytest-docker
v3.1.1
Type annotation for docker_compose_file
fixed.
v3.0.0
Python 3.8+ is now required, and Python 3.6 and 3.7 support was dropped. This comes with pytest v8 support.
v2.2.0
Ability to supply multiple commands for docker_setup
and docker_cleanup
, without breaking change (#99)
v2.1.0
Configurable containers scope.
v2.0.1
More tolerant port parsing.
v2.0.0
Breaking changes:
- Default command changed from docker-compose to docker compose, so the V2 is the default one.
Version 0.12.0
Changes:
- Add
docker_setup
fixture to allow custom setup actions for docker-compose
(contributed by @raddessi)
Version 0.11.0
Changes:
- relax pytest version constraint to support v7 (#74)
- Abide by PEP-517 (#76)
Version 0.10.3
Changes:
- Ensure that Docker cleanup is executed even with after tests have failed