Comment 6 for bug 1598906

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

Reviewed: https://review.openstack.org/338266
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=317e9bfe5e50b26189f0e098658dc41d689204bd
Submitter: Jenkins
Branch: master

commit 317e9bfe5e50b26189f0e098658dc41d689204bd
Author: zhurong <email address hidden>
Date: Wed Jul 6 09:49:39 2016 -0400

    Use upper-constraints in tox test environments

    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: Ib08baa8f57a281c75247ba3d9b9ab0211fe5d4fd
    Partial-bug: #1598906