Comment 6 for bug 1765065

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (stable/ocata)

Reviewed: https://review.openstack.org/562309
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=f426a83f05accfc1a34ef8162bfb6738cee2e82a
Submitter: Zuul
Branch: stable/ocata

commit f426a83f05accfc1a34ef8162bfb6738cee2e82a
Author: Andreas Jaeger <email address hidden>
Date: Fri Dec 1 07:26:20 2017 +0100

    Avoid tox_install.sh for constraints support

    We do not need tox_install.sh, pip can handle constraints itself
    and install the project correctly. Thus update tox.ini and remove
    the now obsolete tools/tox_install.sh file.

    This follows https://review.openstack.org/#/c/508061 to remove
    tools/tox_install.sh.

    Conflicts:
     tox.ini

    Related-Bug: #1765065
    Change-Id: I4f73c304de9474946c604726aba6e84cb7863431
    (cherry picked from commit cc9376a9c9ab78fbfa92a3708ba464618b57f521)