Skip to content

Releases: pytest-dev/pytest-testinfra

v10.2.2

30 Mar 09:04
Compare
Choose a tag to compare

What's Changed

  • Include files required to run tests in sdist by @philpep in #799

Full Changelog: 10.2.1...10.2.2

v10.2.1

29 Mar 16:57
Compare
Choose a tag to compare

What's Changed

  • Atempt to fix gh workflow to publish to pypi by @philpep in #796

Full Changelog: 10.2.0...10.2.1

v10.2.0

29 Mar 16:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.1.1...10.2.0

v10.1.1

26 May 16:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.1.0...10.1.1

v10.1.0

15 Feb 05:01
54f3b5c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.0.0...10.1.0

v10.0.0

13 Nov 17:16
dc48cd9
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @marcandre-larochelle-bell made their first contribution in #724
  • @700grm made their first contribution in #731
  • @soof-golan made their first contribution in #743

Full Changelog: 9.0.0...10.0.0

v9.0.0

24 Aug 21:56
5e6bb48
Compare
Choose a tag to compare

Changes since v8.1.0:

  • [BREAKING] pytest-testinfra now require python >= 3.9
  • [BREAKING] Drop deprecated module PipPackage
  • [NEW] Add support for the SSH ControlPath connection sharing option (#713)
  • [FIX] Retry SSH on ConnectionResetError (#708)
  • [FIX] List openSUSE Leap and Tumbleweed explicitly as rpm based distributions
  • [FIX] Make group name mandatory in group module

v8.1.0

21 May 15:37
ec603b6
Compare
Choose a tag to compare

Changes since v8.0.0

  • [NEW] Add Windows support for File and Service modules
  • [NEW] Add File.is_executable property

v8.0.0

19 May 08:30
a51062b
Compare
Choose a tag to compare

Changes since v7.0.1:

  • [NEW] Add Group.members attribute
  • [NEW] Add File.inode attribute
  • [NEW] Add Interface.routes() method
  • [NEW] Add Docker.is_restarting attribute
  • [FIX] Fix possible error in Interface.default()
  • [FIX] Fix busybox detection in Process module
  • [FIX] Fix possible KeyError in SysInfo module
  • [BREAKING] drop support for python 3.7

v7.0.1

06 Dec 07:57
Compare
Choose a tag to compare

Changes since v7.0.0:

  • [FIX] Fix command -v compatibility with dash shell