Skip to content

Releases: pytest-dev/pytest-testinfra

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

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

v7.0.0

01 Dec 20:15
351e8c6
Compare
Choose a tag to compare

Changes since v6.8.0:

  • [NEW] Improved ssh config support in Paramiko backend
  • [NEW] Add chroot backend
  • [NEW] Add support for Manjaro-Linux
  • [NEW] Add support for Cloudlinux
  • [BREAKING] Drop support for python 3.6 which is EOL

v6.8.0

19 Jun 22:24
Compare
Choose a tag to compare

Changes since v6.7.0:

  • [NEW] Add support for AlmaLinux and RockyLinux

v6.7.0

12 Apr 09:16
Compare
Choose a tag to compare

Changes since v6.6.0

  • [NEW] Handle ansible_connection type community.docker.docker
  • [NEW] add ssh_extra_args option