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]