Skip to content

Releases: avast/pytest-docker

v3.2.5

12 Nov 13:42
1ab8146

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.4...v3.2.5

v3.2.4

10 Nov 11:52

Choose a tag to compare

What's Changed

  • chore(deps): pytest 9.x allowed by @augi in #127

Full Changelog: v3.2.3...v3.2.4

v3.2.3

04 Jul 07:46
65acfe2

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

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

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

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

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

Choose a tag to compare

Type annotation for docker_compose_file fixed.

v3.1.0

01 Feb 07:25
0b89c76

Choose a tag to compare

Types for mypy.

v3.0.0

29 Jan 15:14
eed92e9

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.