Comment 11 for bug 1938103

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

Reviewed: https://review.opendev.org/c/openstack/keystone/+/802412
Committed: https://opendev.org/openstack/keystone/commit/d9cd6b73478a002860ae601d83fda334a467edfd
Submitter: "Zuul (22348)"
Branch: master

commit d9cd6b73478a002860ae601d83fda334a467edfd
Author: Takashi Kajinami <email address hidden>
Date: Tue Jul 27 10:01:27 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: I2372c6f1c748a5cb1c3fcf0566684f49bc5ef715