This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch github_actions_take_2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 7fa4bbe099f42a8d3db4559dac6bef851d50a1e3 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 14:01:24 2020 +0100 Bump used libvirt tests dep version so it works under Python 3.9. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f4dd146..0244adc 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH deps = -r{toxinidir}/requirements-tests.txt fasteners - libvirt-python==5.9.0 + libvirt-python==6.10.0 setuptools==42.0.2 basepython = pypypy3.5: pypy3.5
