Comment 63 for bug 1563038

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

Reviewed: https://review.openstack.org/384927
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=850376338f0319000abd3baf64acc9d18704651d
Submitter: Jenkins
Branch: stable/mitaka

commit 850376338f0319000abd3baf64acc9d18704651d
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
    (cherry picked from commit e27e7ed4a9452eb69f6c1af434adb5620706c227)
    (cherry picked from commit 6e775b82f4a9b82fdf72f82239d0e8d53add6ba2)