File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
4- Changes :
3+ ## Version 1.0.0
4+ Breaking changes :
55- Default behavior is not to install ` docker-compose ` at all when
6- installing ` pytest-docker ` with PIP. If you want to, you install
7- ` pytest-docker ` with the ` docker-compose-v1 ` extra (`pip install
8- pytest-docker [ docker-compose-v1 ] `).
6+ installing ` pytest-docker ` with PIP. Use the ` docker-compose-v1 ` extra.
7+
8+ Feat:
99- Add support for Docker Compose v2 via a new pytest fixture,
1010 ` docker_compose_command ` that should return ` docker compose ` .
1111
Original file line number Diff line number Diff line change 11[metadata]
22name = pytest-docker
3- version = 0.13 .0
3+ version = 1.0 .0
44description = Simple pytest fixtures for Docker and docker-compose based tests
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments