Comment 12 for bug 1598906

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

Reviewed: https://review.openstack.org/338631
Committed: https://git.openstack.org/cgit/openstack/murano-agent/commit/?id=e17011c67eb72abfc8896a1a1e53168036bed48b
Submitter: Jenkins
Branch: master

commit e17011c67eb72abfc8896a1a1e53168036bed48b
Author: zhurong <email address hidden>
Date: Wed Jul 6 21:25:45 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: I5c2d878c79dcf1ce1715218950c07a39314b16ff
    Partial-bug: #1598906