Skip to content

Releases: avast/pytest-docker

v3.1.1

02 Feb 09:18
0651ad6
Compare
Choose a tag to compare

Type annotation for docker_compose_file fixed.

v3.1.0

01 Feb 07:25
0b89c76
Compare
Choose a tag to compare

Types for mypy.

v3.0.0

29 Jan 15:14
eed92e9
Compare
Choose a tag to compare

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

27 Jan 21:28
56e6537
Compare
Choose a tag to compare

Ability to supply multiple commands for docker_setup and docker_cleanup, without breaking change (#99)

v2.1.0

25 Jan 10:49
e3222fa
Compare
Choose a tag to compare

Configurable containers scope.

v2.0.1

01 Sep 07:51
Compare
Choose a tag to compare

More tolerant port parsing.

v2.0.0

19 Jul 11:59
052e08b
Compare
Choose a tag to compare

Breaking changes:

  • Default command changed from docker-compose to docker compose, so the V2 is the default one.

Version 0.12.0

09 Apr 19:12
Compare
Choose a tag to compare

Changes:

  • Add docker_setup fixture to allow custom setup actions for docker-compose
    (contributed by @raddessi)

Version 0.11.0

31 Mar 09:42
Compare
Choose a tag to compare

Changes:

  • relax pytest version constraint to support v7 (#74)
  • Abide by PEP-517 (#76)

Version 0.10.3

14 Jun 12:12
62c20fe
Compare
Choose a tag to compare

Changes:

  • Ensure that Docker cleanup is executed even with after tests have failed