From 1a95ac48b757a7d3050339fe72837f71f0351d74 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 17 Jul 2016 15:49:26 +0200 Subject: [PATCH] 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 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 4a353e12ce15..0de6f3b834fb 100644 --- a/tox.ini +++ b/tox.ini @@ -72,10 +72,6 @@ commands = oslopolicy-sample-generator --config-file=etc/nova/nova-policy-genera [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 \