From b3581527ac6251ed61e4697cad267c619d003aae Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Aug 2016 20:19:41 +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: Ie3d28df4920d5278c59ee1495d16eed33ea4648c --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index f69a91c..c7c7d7e 100644 --- a/tox.ini +++ b/tox.ini @@ -22,8 +22,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]