Comment 6 for bug 1542164

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to devstack (stable/kilo)

Reviewed: https://review.openstack.org/276580
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=c7656a12ec8ca6a35d4ef40c0cd62d9a2ec68079
Submitter: Jenkins
Branch: stable/kilo

commit c7656a12ec8ca6a35d4ef40c0cd62d9a2ec68079
Author: Tony Breeds <email address hidden>
Date: Fri Feb 5 16:19:59 2016 +1100

    Manually install testtools < 2.0.0

    testtools 2.0.0 was released 2016-02-04 and has a hard requirement on
    on fixtures >=1.3.0 which isn't compatible with stable/kilo's
    global-requirements.

    We can't land an update to requirements to cap testtools as we install
    testtools (2.0.0) too soon and nothing we install from git in a typical
    devstack run requires testtools (it's only listed in
    test-requirements.txt) get 2.0.0.

    Manually force testtools to match the desired requirements spec until we
    can:
    . Land the g-r patch
    . merge the update and release that in os-testr (stable/kilo)

    Related-Bug: 1542164
    Change-Id: I3368cf69969c08f3017cda4041f23a0b8580d5b0