Comment 3 for bug 1753898

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

Reviewed: https://review.openstack.org/550329
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=a4966ea192833e1f154b89c8b1ad08c2958ffdc0
Submitter: Zuul
Branch: master

commit a4966ea192833e1f154b89c8b1ad08c2958ffdc0
Author: Takashi NATSUME <email address hidden>
Date: Wed Mar 7 13:47:05 2018 +0900

    Add os-testr in test-requirements.txt

    The py27 and py35 jobs fail because the subunit-trace command
    is not found. The command is utilized in tools/pretty_tox.sh.
    But os-testr is not included in test-requirements.txt.
    So add it to fix the gate job failures.

    Change-Id: I5ea7269d75413ebcc1311e4d9e6e1d1f60092cc9
    Closes-Bug: #1753898