]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: replace assertDictContainsSubset() with assertLessEqual()
to silence the warnings like
tests/test_access_control.py::AccessControlTest::test_show_all_users
/usr/lib/python3.6/unittest/case.py:1126: DeprecationWarning: assertDictContainsSubset is deprecated
DeprecationWarning)
as assertDictContainsSubset() method was deprecated, see also
https://dev.rbcafe.com/python/python-3.5.1/whatsnew/3.2.html#unittest
Signed-off-by: Volker Theile <vtheile@suse.com>