Comment 15 for bug 1563038

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/300146
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=e27e7ed4a9452eb69f6c1af434adb5620706c227
Submitter: Jenkins
Branch: master

commit e27e7ed4a9452eb69f6c1af434adb5620706c227
Author: Jim Rollenhagen <email address hidden>
Date: Thu Mar 31 11:42:27 2016 -0700

    Make tox respect upper-constraints.txt

    This will force pip install to use the upper-constraints.txt specified
    version of pip modules. When you don't do this, you are out on the
    bleeding edge and become unstable everytime some python library in the
    wide world changes in a way that you don't expect.

    Post jobs are not yet compatible with the upper-constraints file, so
    override the install_command there to skip upper-constraints.

    Blatantly cribbed from the equivalent trove patch:
    https://review.openstack.org/#/c/298850

    Change-Id: I73aa8cf37adc36db2c56a8f29ea165775a83dc7f
    Closes-Bug: #1563038