Skip to content

Releases: avast/pytest-docker

v3.2.3

04 Jul 07:46
65acfe2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.2.3

v3.2.2

26 May 12:25
be1e947
Compare
Choose a tag to compare

What's Changed

  • fix: docker host doesn't need to start with tcp:// by @lexi-k in #121

Full Changelog: v3.2.1...v3.2.2

v3.2.1

07 Apr 10:30
a0d51e5
Compare
Choose a tag to compare

What's Changed

  • Fix non-existing docker_setup_command into docker_setup by @alexbarcelo in #118
  • Make the plugin.Services class available at the base module level for easier typing by @jenstroeger in #119

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

06 Feb 22:14
06dc166
Compare
Choose a tag to compare

What's Changed

  • Add option to ignore stderr when executing commands by @rabbull in #115

New Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

04 Feb 21:18
d1f2f65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

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.