summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-07-17 15:49:26 +0200
committerAndreas Jaeger <aj@suse.com>2016-07-18 16:52:39 +0200
commit418559e74ba1e6b0fe6d8507a6bb946c510536d3 (patch)
tree7a20efa22bd478735e978960d4e3fc820d4388db
parent98b38df57bfed3802ce60ee52e4450871fccdbfa (diff)
downloadnova-418559e74ba1e6b0fe6d8507a6bb946c510536d3.tar.gz
Use constraints for coverage job
OpenStack CI supports now constraints in the coverage job - as a first job to check that recent changes for zuul-cloner work correctly. Use constraints for cover environment. If this works successfully, the other environments can be updated in followups. Change-Id: I6069bee0a89d38f6a3ec57418e7bda9850dc6f64 (cherry picked from commit 1a95ac48b757a7d3050339fe72837f71f0351d74)
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 73c1c41b32..41417ff1bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,10 +66,6 @@ commands = oslo-config-generator --config-file=etc/nova/nova-config-generator.co
[testenv:cover]
# Also do not run test_coverage_ext tests while gathering coverage as those
# tests conflict with coverage.
-# NOTE(sdague): this target does not use constraints because
-# upstream infra does not yet support it. Once that's fixed, we can
-# drop the install_command.
-install_command = pip install -U --force-reinstall {opts} {packages}
commands =
coverage erase
python setup.py testr --coverage \