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
This commit is contained in:
Andreas Jaeger 2016-08-09 15:27:26 +02:00
parent 4455d00c79
commit af13871fc8
1 changed files with 0 additions and 4 deletions

View File

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