From 4ad0dfe88c6362356c8083d167f43ab495da661d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 17 Jul 2016 15:57:37 +0200 Subject: [PATCH] Use constraints for coverage job OpenStack CI supports now constraints in the coverage job - as a first job to check that the recent changes for zuul-cloner work correctly. Use constraints for cover environment. Change-Id: I148a50e3f17fcbf2187898a59b28ea4ed0a827a2 --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tox.ini b/tox.ini index 130093327a..66466d9d68 100644 --- a/tox.ini +++ b/tox.ini @@ -35,12 +35,6 @@ commands = commands = oslo_debug_helper {posargs} [testenv:cover] -# NOTE(amrith) The setting of the install_command in this location -# is only required because currently infra does not actually -# support constraints files for the cover job, and while -# the environment variable UPPER_CONSTRAINTS_FILE is set, there's -# no file there. It can be removed when infra changes this. -install_command = pip install -U {opts} {packages} basepython = python2.7 commands = coverage erase