Comment 9 for bug 1563038

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

Reviewed: https://review.openstack.org/298850
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=aca90168f52169afb36500d6af77723b1a707008
Submitter: Jenkins
Branch: master

commit aca90168f52169afb36500d6af77723b1a707008
Author: Amrith Kumar <email address hidden>
Date: Tue Mar 29 12:07:14 2016 -0400

    Trove's tox tests should 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.

    The releasenotes job has no constraints file, so override the install
    command there.

    Change-Id: Ie1133e4c020106e8098685ba9125f84b356d8e0c
    Closes-Bug: #1563038