Comment 53 for bug 1813147

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

Reviewed: https://review.opendev.org/684781
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=79ee80d159e8be0d9f8215c2c5e210c545c551a7
Submitter: Zuul
Branch: master

commit 79ee80d159e8be0d9f8215c2c5e210c545c551a7
Author: Stephen Finucane <email address hidden>
Date: Wed Sep 25 16:18:41 2019 +0100

    Ignore sqla-migrate inspect.getargspec deprecation warnings on py36

    The 'message' argument is a regex so you need to escape brackets and the
    likes. Strange that this worked on py27.

    This was coincidentally fixed by Ib9f735216773224f91ac7f49fbe2eee119670872
    in Train but this change is backportable while that one is not.

    Change-Id: Ia1f0fa6a46bdd0a87d40721937355b2cc887f1c9
    Signed-off-by: Stephen Finucane <email address hidden>
    Related-Bug: #1813147