From b618c58cec2d5ec8da4fe3983b0b6f274fba1a51 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Aug 2016 20:17:34 +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: If8a11e1c4201570e1c1fa90ce35852704ff3bf13 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index df18f563..c5781cde 100644 --- a/tox.ini +++ b/tox.ini @@ -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} [flake8]