Merge "Do not use constraints for venv"

This commit is contained in:
Jenkins 2016-02-29 14:33:21 +00:00 committed by Gerrit Code Review
commit 971fd94534

@ -44,6 +44,10 @@ setenv = VIRTUAL_ENV={envdir}
commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).*$'
[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:genconfig]