From 893630b6fde28c77b6ada49be36f370c702c06e5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Aug 2016 10:50:13 +0200 Subject: [PATCH] Remove duplicate install_command in tox.ini Remove duplicate install_command, it's the same as the default one. Infra does now support constraints, so remove outdated comment as well. Change-Id: Ifdd5a9c01d7f0c1c344f533e8f94069647d431a0 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index fa3094a7..044cb345 100644 --- a/tox.ini +++ b/tox.ini @@ -21,8 +21,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]