From 8a5f633d0b0467378fc7e3c810af4fc8af79c35e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 25 May 2020 01:07:09 +0800 Subject: [PATCH] qa/tasks/tox: use the latest stable tox in hope to avoid any ancient bugs Signed-off-by: Kefu Chai (cherry picked from commit b7152e8e943b713e779aec0c2414986bd556a423) --- qa/tasks/tox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/tox.py b/qa/tasks/tox.py index 81d712f44b193..9a19cb6db3f52 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 -- 2.39.5