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
The following commit(s) were added to refs/heads/trunk by this push: new 2ce6de891 Add missing tqdm dependency. 2ce6de891 is described below commit 2ce6de89125386b53fb23e414a65abf19ae7bb50 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Fri Sep 9 14:16:43 2022 +0200 Add missing tqdm dependency. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7f5d3d925..910506fda 100644 --- a/tox.ini +++ b/tox.ini @@ -163,6 +163,7 @@ basepython: python3.8 deps = requests jsonnet ijson + tqdm setenv = PYTHONPATH={toxinidir} passenv = TERM GCE_API_KEY PRICING_DATA_BUCKET_NAME AWS_REGION AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET