Skip to content

Releases: pytest-dev/pytest-testinfra

v6.6.0

10 Feb 10:38
Compare
Choose a tag to compare

Changes since v6.5.0

  • [NEW] Allow to test for user password expiration
  • [NEW] Handle ANSIBLE_SSH_COMMON_ARGS and ANSIBLE_SSH_EXTRA_ARGS environment variables for ansible connections
  • [FIX] Fix encoding issue in salt connections
  • [FIX] Fix AttributeError when "command" is not available and fallback to "which"

v6.5.0

07 Dec 12:27
Compare
Choose a tag to compare

Changes since v6.4.0:

  • Fallback to which when "command -v" fails
  • Use realpath by default to resolve symlinks instead of "readlink -f"
  • ansible: Support environment variables
  • Force package module to resolve to RpmPackage on Fedora
  • Fix new versions of supervisor may exit with status != 0
  • Eventually decode ansible output when it's not ascii
  • Either use python3 or python to get remote encoding

v6.4.0

20 Jun 21:16
5a86a34
Compare
Choose a tag to compare

Changes since v6.3.0:

  • Implement Interface names and default (#615)
  • Implement Service.systemd_properties (#612)

v6.3.0

18 Apr 09:46
2d9dfe7
Compare
Choose a tag to compare
  • Fix #451 for use with pytest -p no:terminal
  • Add client_version() and server_version() and version() to docker module.

v6.2.0

18 Mar 20:45
468f1d0
Compare
Choose a tag to compare
  • Fix #590: Systeminfo doesn't resolve Windows correctly (#592)
  • First implementation of network namespaces in addr module (#596)
  • pip check support in PipPackage module (#605)
  • pip refactoring: implementation of installed and version (#606)
  • Allow to specify supervisorctl and supervisord.conf paths (#536)

v6.1.0

12 Nov 20:22
6.1.0
5675b26
Compare
Choose a tag to compare

Changes since 6.0.0:

  • Fix wrong package module on CentOS having dpkg tools installed #570 (#575)
  • Deduplicate hosts returned by get_backends() (#572)
  • Use /run/systemd/system/ to detect systemd (fixes #546)
  • Use ssh_args from ansible.cfg
  • Require python >= 3.6
  • Fix ValueError with python 3.8+ when using --nagios option.