Reviewed:  https://review.opendev.org/c/openstack/glance/+/802411
Committed: 
https://opendev.org/openstack/glance/commit/7259eca91711ebef6d062193204bd1f56a122bca
Submitter: "Zuul (22348)"
Branch:    master

commit 7259eca91711ebef6d062193204bd1f56a122bca
Author: Takashi Kajinami <tkaji...@redhat.com>
Date:   Tue Jul 27 09:35:46 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: I58c9a58266f6b0e388cd60b012636fedd85a4262


** Changed in: glance
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1938103

Title:
  assertDictContainsSubset is deprecated since Python3.2

Status in Designate:
  In Progress
Status in Glance:
  Fix Released
Status in OpenStack Identity (keystone):
  In Progress
Status in Mistral:
  In Progress
Status in neutron:
  Fix Released
Status in python-neutronclient:
  Fix Released

Bug description:
  unittest.TestCase.assertDictContainsSubset is deprecated since Python
  3.2[1] and shows the following warning.

  ~~~
  /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

To manage notifications about this bug go to:
https://bugs.launchpad.net/designate/+bug/1938103/+subscriptions


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to