Update git submodules

* Update monasca-agent from branch 'master'
  - 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: I1b269b5c06a99e8f62f7c5a33b2314de06389041
This commit is contained in:
likui 2020-11-10 14:48:15 +08:00 committed by Gerrit Code Review
parent 6bb3cb8648
commit 8a280db6a0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b7179b7dc2f3486927ec1c17dc1c1051f4c2cd12
Subproject commit 38c6f3af51c1ae6364531deb885af92eeee52186