Comment 4 for bug 1765065

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

Reviewed: https://review.openstack.org/562290
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=e795a75634611542c38d786de63b866bc6adde4f
Submitter: Zuul
Branch: stable/pike

commit e795a75634611542c38d786de63b866bc6adde4f
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)