Comment 16 for bug 1563038

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

Reviewed: https://review.openstack.org/300935
Committed: https://git.openstack.org/cgit/openstack/magnum-ui/commit/?id=35725766f18224eb441cbfcd21292acdaa815f6e
Submitter: Jenkins
Branch: master

commit 35725766f18224eb441cbfcd21292acdaa815f6e
Author: shu-mutou <email address hidden>
Date: Thu Mar 31 19:24:45 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: I4776140ee20ccbddb219c87cb613d48460c3b98e
    Closes-Bug: #1563038