Comment 15 for bug 1938103

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

Reviewed: https://review.opendev.org/c/openstack/designate/+/804943
Committed: https://opendev.org/openstack/designate/commit/626c60fc30ef39c824973f9863a4cb0b2307f8d0
Submitter: "Zuul (22348)"
Branch: master

commit 626c60fc30ef39c824973f9863a4cb0b2307f8d0
Author: Takashi Kajinami <email address hidden>
Date: Wed Aug 18 12:16:14 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: Ib1f000a7d5d0f94d7b844f8086a9798f28a44643