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: I672ddc61c0e34475492e80c2df9d1ee11af89277
This commit is contained in:
Andreas Jaeger 2016-08-30 20:09:07 +02:00
parent 23d3ec989b
commit e276c00efb
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,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]