diff --git a/tox.ini b/tox.ini index b949bfdadd..d57bf5fc3f 100644 --- a/tox.ini +++ b/tox.ini @@ -18,8 +18,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:cover] -# TODO(ihrachys): remove once infra supports constraints for this target -install_command = pip install -U {opts} {packages} commands = python setup.py testr --coverage --testr-args='{posargs}' [testenv:debug] @@ -47,8 +45,6 @@ commands = python setup.py build_sphinx [testenv:venv] -# TODO(ihrachys): remove once infra supports constraints for this target -install_command = pip install -U {opts} {packages} commands = {posargs} [testenv:genconfig] @@ -85,6 +81,4 @@ local-check-factory = octavia.hacking.checks.factory max-line-length = 79 [testenv:releasenotes] -# TODO(ihrachys): remove once infra supports constraints for this target -install_command = pip install -U {opts} {packages} commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html