Comment 79 for bug 1614361

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

Reviewed: https://review.openstack.org/384258
Committed: https://git.openstack.org/cgit/openstack/python-barbicanclient/commit/?id=0a3b995d17cb56586138bd2ecb85a932125c1d42
Submitter: Jenkins
Branch: master

commit 0a3b995d17cb56586138bd2ecb85a932125c1d42
Author: Jeremy Liu <email address hidden>
Date: Mon Oct 10 10:08:01 2016 +0800

    Support upper-constraints in tox.ini

    Since the python-barbicanclient itself is in upper-constraints.txt now,
    in CI job, we should remove it from the constraints file before applying it,
    otherwise pip will fail due to python-barbicanclient version conflict.

    Change-Id: I980a85a3b5cc21d2a5029b0e9d8ac2932aa15ba6
    Closes-bug: #1614361