* New 'host' fixture as a replacement for all other fixtures. See https://testinfra.readthedocs.io/en/latest/modules.htmlhost (Other fixtures are deprecated and will be removed in 2.0 release).
1.5.5
=====
* backends: Fix ansible backend with ansible >= 2.3 (195)
1.5.4
=====
* backends: fallback to UTF-8 encoding when system encoding is ASCII. * Service: fix is_running() on systems using Upstart
1.5.3
=====
* Sudo: restore backend command in case of exceptions
1.5.2
=====
* Honnor become_user when using the ansible backend