Comment 7 for bug 1938103

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

Reviewed: https://review.opendev.org/c/openstack/python-neutronclient/+/807458
Committed: https://opendev.org/openstack/python-neutronclient/commit/cff9c266c05ebfc13f4917e1646e5dedbe371cc2
Submitter: "Zuul (22348)"
Branch: master

commit cff9c266c05ebfc13f4917e1646e5dedbe371cc2
Author: Takashi Kajinami <email address hidden>
Date: Sun Sep 5 00:56:38 2021 +0900

    Replace deprecated assertDictContainsSubset

    The method is deprecated since Python 3.2[1] and shows the following
    DeprecationWarning.

    /usr/lib/python3.9/unittest/case.py:1134: DeprecationWarning:
    assertDictContainsSubset is deprecated
      warnings.warn('assertDictContainsSubset is deprecated',

    [1] https://docs.python.org/3/whatsnew/3.2.html#unittest

    Closes-Bug: #1938103
    Change-Id: I1d0ee6c77476707a7e4fe4fbf2b979bf34550d05