Comment 53 for bug 1563038

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

Reviewed: https://review.openstack.org/359083
Committed: https://git.openstack.org/cgit/openstack/ironic-inspector/commit/?id=9b2757816f89627a2f20034d9c0694dcd19529a9
Submitter: Jenkins
Branch: stable/mitaka

commit 9b2757816f89627a2f20034d9c0694dcd19529a9
Author: Marcellin Fom Tchassem <email address hidden>
Date: Tue Apr 5 09:19:56 2016 -0500

    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.

    Credit to the equivalent Ironic patch
    https://review.openstack.org/#/c/300146/

    Change-Id: Ica668afedf622a0be8e8566ac88e1d0020ed9bc7
    Closes-Bug: #1563038
    (cherry picked from commit 16594518f3bbf8637d4dad6c42cc8712024e3b2d)