Comment 4 for bug 1778784

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

Reviewed: https://review.openstack.org/623309
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2f693360b4cf7616c6e1ff5573aedeab801e88b8
Submitter: Zuul
Branch: master

commit 2f693360b4cf7616c6e1ff5573aedeab801e88b8
Author: Matt Riedemann <email address hidden>
Date: Thu Dec 6 15:35:58 2018 -0500

    Ignore MoxStubout deprecation warnings

    Like how we ignore mox3 usage warnings, we can ignore
    MoxStubout deprecation warnings as well.

    In a py35 unit test run, these warnings show up over
    1000 times (probably closer to 17K+ based on the number
    of unit tests we run) and bloat the console logs.

    Change-Id: I598999303c8e91f448e48dea1049a24332ba2f53
    Closes-Bug: #1778784