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 1a95ac48b7)
This commit is contained in:
Andreas Jaeger 2016-07-17 15:49:26 +02:00
parent 98b38df57b
commit 418559e74b
1 changed files with 0 additions and 4 deletions

View File

@ -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 \