From 21a38261d41330dc4a3609ae34710cf2b31991c1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Aug 2016 20:14:13 +0200 Subject: [PATCH] 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 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5df48b91..883e4ac9 100644 --- a/tox.ini +++ b/tox.ini @@ -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]