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]