Releases: pytest-dev/pytest-testinfra
Releases · pytest-dev/pytest-testinfra
v6.6.0
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
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
v6.3.0
v6.2.0
- 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
Changes since 6.0.0: