From: Kefu Chai Date: Sun, 24 May 2020 17:07:09 +0000 (+0800) Subject: qa/tasks/tox: use the latest stable tox X-Git-Tag: v14.2.10~17^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc0de86c2d86b554dfc24baf0678ca12919f36ed;p=ceph.git qa/tasks/tox: use the latest stable tox Signed-off-by: Kefu Chai (cherry picked from commit cd437bc5dfd7b82d2348810a177d56654083a6d2) --- diff --git a/qa/tasks/tox.py b/qa/tasks/tox.py index efb64f7a22d9..36c226d0b2e6 100644 --- a/qa/tasks/tox.py +++ b/qa/tasks/tox.py @@ -35,7 +35,7 @@ def task(ctx, config): ctx.cluster.only(client).run(args= [ 'source', '{tvdir}/bin/activate'.format(tvdir=tvdir), run.Raw('&&'), - 'pip', 'install', 'tox==2.3.1' + 'pip', 'install', 'tox==3.15.0' ]) # export the path Keystone and Tempest