Comment 24 for bug 1563038

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

Reviewed: https://review.openstack.org/303209
Committed: https://git.openstack.org/cgit/openstack/zaqar-ui/commit/?id=c959929358e023321b20a4f4d1492c529454101c
Submitter: Jenkins
Branch: master

commit c959929358e023321b20a4f4d1492c529454101c
Author: shu-mutou <email address hidden>
Date: Fri Apr 8 13:09:56 2016 +0900

    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 post jobs can not use constraints file, so override the install
    command there.

    Change-Id: I2268d5d49d4d90332578cbf7ff757f7d144e046b
    Closes-Bug: #1563038