This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit a6764d281a5d2f50ad5e7a36d0780b0fc5632a22 Author: Tomaz Muraus <[email protected]> AuthorDate: Wed Nov 13 23:58:12 2019 +0100 Update to latest version of libvirt-python inside tox.ini (aka libvirt-python library which is used for the tests). --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 83d786b..880185f 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = -r{toxinidir}/requirements-tests.txt pyopenssl lockfile - libvirt-python==4.0.0 + libvirt-python==5.9.0 py2.7: paramiko py3.7: setuptools==41.0.1 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py @@ -123,7 +123,7 @@ deps = paramiko pyopenssl python-dateutil - libvirt-python==4.0.0 + libvirt-python==5.9.0 lockfile set-env = commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py @@ -135,7 +135,7 @@ deps = -r{toxinidir}/requirements-tests.txt paramiko pyopenssl - libvirt-python==4.0.0 + libvirt-python==5.9.0 lockfile set-env = commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
