Use constraints everywhere

Infra now supports constraints everywhere, remove now unused
workarounds.

For more information about constraints see:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101474.html

Change-Id: Ida7db987085fea39a3853e18ccfa6957f8cde15e
This commit is contained in:
Andreas Jaeger 2016-08-30 20:12:00 +02:00
parent be0b5874b1
commit 37909061a0
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ commands =
commands = python setup.py build_sphinx
[testenv:venv]
# TODO: remove once infra supports constraints for this target
install_command = pip install -U {opts} {packages}
commands = {posargs}
[flake8]