Tox Upper Constraints - strip out reinstalls for remaining jobs

releasenotes and venv tox jobs had redefined the install_command
to reinstall any packages from requirements/test-requirements files.

Since Infra started supporting constrained requirements for these
jobs as well, we can drop the reinstall command.

Ref:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101474.html

Change-Id: Ib4b8c6cef22a9911030c2e3e3f5281e7e22575fc
(cherry picked from commit 33374626db)
(cherry picked from commit d846803f99)
This commit is contained in:
Goutham Pacha Ravi 2016-08-14 11:52:05 -04:00 committed by Goutham Pacha Ravi
parent f0d8d5c5a5
commit 0f1b68231a
1 changed files with 0 additions and 8 deletions

View File

@ -15,10 +15,6 @@ commands = python setup.py testr --testr-args='{posargs}'
downloadcache = ~/cache/pip
[testenv:releasenotes]
# NOTE(jaegerandi): This target does not use constraints because
# upstream infra does not yet support it. Once that's fixed, we can
# drop the install_command.
install_command = pip install -U --force-reinstall {opts} {packages}
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees \
-b html releasenotes/source releasenotes/build/html
@ -41,10 +37,6 @@ commands =
oslo-config-generator --config-file etc/oslo-config-generator/manila.conf
[testenv:venv]
# NOTE(jaegerandi): This target does not use constraints because
# upstream infra does not yet support it. Once that's fixed, we can
# drop the install_command.
install_command = pip install -U --force-reinstall {opts} {packages}
commands = {posargs}
[testenv:docs]