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.
Reviewed: https:/ /review. openstack. org/339533 /git.openstack. org/cgit/ openstack/ python- muranoclient/ commit/ ?id=3234f25bee9 e6d62f109a12c23 7902657c41fa5e
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 3234f25bee9e6d6 2f109a12c237902 657c41fa5e
Author: zhurong <email address hidden>
Date: Wed Jul 6 10:00:27 2016 -0400
Use upper-constraints in tox test environments
This will force pip install to use the upper-constrain ts.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: I531606ce2ed981 bddc618dac046ab 081de2805eb
Partial-bug: #1598906