commit | bbe4f8c3054d1f71fd5057e6da096a99753e5754 | [log] [tgz] |
---|---|---|
author | Takashi Kajinami <tkajinam@redhat.com> | Tue Nov 30 13:29:18 2021 +0900 |
committer | Takashi Kajinami <tkajinam@redhat.com> | Tue Nov 30 13:29:18 2021 +0900 |
tree | 2c005426ac75b6c20278e5192ad03aa993aa52db | |
parent | c08dfd20142fc845a9a7fc4502eeecc33ddb680b [diff] |
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: I2e868d13d52a2d3c6081a8b756fbe83f8b57cf66