commit b1c21f022463b8f335847a3ab1b47869d1d71e20 Author: Zuul Date: Wed Oct 14 20:35:48 2020 +0000 Update git submodules * Update openstacksdk from branch 'master' - Merge "Replace assertItemsEqual with assertCountEqual" - Replace assertItemsEqual with assertCountEqual assertItemsEqual was removed from Python's unittest.TestCase in Python 3.3 [1][2]. We have been able to use them since then, because testtools required unittest2, which still included it. With testtools removing Python 2.7 support [3][4], we will lose support for assertItemsEqual, so we should switch to use assertCountEqual. [1] - https://bugs.python.org/issue17866 [2] - https://hg.python.org/cpython/rev/d9921cb6e3cd [3] - testing-cabal/testtools#286 [4] - testing-cabal/testtools#277 Change-Id: I6c165f5600ba281ba41df78de8414404c411d44f diff --git a/openstacksdk b/openstacksdk index ed0cd32..002fc71 160000 --- a/openstacksdk +++ b/openstacksdk @@ -1 +1 @@ -Subproject commit ed0cd3277c7cdb90e42862ff31f703ac36f3d088 +Subproject commit 002fc71851ed6f74d9b7c2714cbdb9d13aeda004