* Fix 451 for use with pytest -p no:terminal * Add client_version() and server_version() and version() to docker module.
6.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)
6.1.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.
6.0.0
=====
* Breaking change: testinfra has moved to the https://github.com/pytest-dev/ organization. Project on PyPi is renamed as pytest-testinfra. A dummy testinfra will make the transition, but you should rename to pytest-testinfra in your requirements files.
5.3.1
=====
* Fix newly introduced is_masked property on systemd service https://github.com/philpep/testinfra/pull/569