Update git submodules

* Update openstack-health from branch 'master'
  to f489fbe8ae8be4ba01a29aa2dab95a28e04f4044
  - 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: I0247031614ae75c1fd9f93898b7fb57838eb593f
This commit is contained in:
Zuul 2021-01-22 15:39:30 +00:00 committed by Gerrit Code Review
parent 9303181593
commit 70a89d670e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 23f9274a1a0c4f3c1c5b6535c5c9b5b029f75a8c
Subproject commit f489fbe8ae8be4ba01a29aa2dab95a28e04f4044