From 5efcca3b9be695da6312f2eef38a738f1cee9f06 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 9 Aug 2016 15:27:26 +0200 Subject: [PATCH] Use constraints for all tox environments Infra is now ready to use constraints everywhere, adapt the venv environment to use the default install command instead of a specific non-constrainted install command. With this change, now all tox environments use constraints. Change-Id: Ibb73b4a27b5b0462a9e9f2dd80e437bcc8c7f8f4 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index d01947b07..50e545143 100644 --- a/tox.ini +++ b/tox.ini @@ -66,10 +66,6 @@ commands = coverage html --include='nova/*' -d covhtml -i [testenv:venv] -# NOTE(jaegerandi): 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 = {posargs} [testenv:docs]