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: I27937c1fe02cd6fc04bd94a5162f78aef04b9c16
This commit is contained in:
Andreas Jaeger 2016-08-30 20:14:13 +02:00
parent 1ad8b00ae2
commit 21a38261d4
1 changed files with 0 additions and 2 deletions

View File

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