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: Ie3d28df4920d5278c59ee1495d16eed33ea4648c
This commit is contained in:
Andreas Jaeger 2016-08-30 20:19:41 +02:00
parent 0b7c745525
commit b3581527ac
1 changed files with 0 additions and 2 deletions

View File

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