From 47bd9143d2ef8d32cee01b8f288c04d52c1fe2a2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 5 Apr 2020 11:05:20 +0200 Subject: Update rally (3.0.0) and rally-openstack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It removes all warnings currently printed [1]. It also updates kubernetes according to latest changes in rally (chicken and egg). Switching to rally 3.0.0 forces droping py27. [1] https://build.opnfv.org/ci/job/functest-opnfv-functest-healthcheck-jerma-tempest_horizon-run/214/console Change-Id: Ifa21b65c47729a277ccd765e4413477879fa5f21 Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e535571ab..ddd02318d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py37,cover,perm +envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py37,cover,perm [testenv] usedevelop = True -- cgit