Comment 20 for bug 1813147

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

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

commit d916a045c19beb0d058fa04e387bc0c4097d5990
Author: Matt Riedemann <email address hidden>
Date: Fri Feb 1 11:45:49 2019 -0500

    Ignore sqla-migrate inspect.getargspec deprecation warnings

    This adds a warnings filter to ignore the "inspect.getargspec"
    warnings from sqlalchemy-migrate until bug 1814288 is fixed
    in that library.

    Change-Id: Id8c02e745742980d3dd0a24e6e2b7a5859f3cb88
    Related-Bug: #1813147