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: I97e88cef6d58dfc11110d2851330a06c8d8a4283
This commit is contained in:
Andreas Jaeger 2016-08-30 20:15:57 +02:00
parent 2106901f11
commit 8f5b357b73
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ deps = -r{toxinidir}/requirements.txt
commands = flake8
[testenv:venv]
# TODO: remove once infra supports constraints for this target
install_command = pip install -U {opts} {packages}
commands = {posargs}
[flake8]