forked from pool/python-pytest-testinfra
- update to 7.0.0:
* Improved ssh config support in Paramiko backend
* Add chroot backend
* Add support for Manjaro-Linux
* Add support for Cloudlinux
* [BREAKING] Drop support for python 3.6 which is EOL
* Handle ansible_connection type community.docker.docker
* add ssh_extra_args option
* Allow to test for user password expiration
* Handle ANSIBLE_SSH_COMMON_ARGS and
ANSIBLE_SSH_EXTRA_ARGS environment variables for ansible
connections
* Fix encoding issue in salt connections
* Fix AttributeError when "command" is not available and
fallback to "which"
* 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
* Implement Interface names and default (#615)
* Implement Service.systemd_properties (#612)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testinfra?expand=0&rev=8
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-testinfra
|
||||
Version: 6.3.0
|
||||
Version: 7.0.0
|
||||
Release: 0
|
||||
Summary: Python module to test infrastructures
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user