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: I2992e9d1392397657e29ec7777e93de79c2833ca
This commit is contained in:
Andreas Jaeger 2016-08-30 19:53:04 +02:00
parent 7f53b750ab
commit d1ece8843a

View File

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