Update git submodules

* Update os-win from branch 'master'
  - Switch from unittest2 compat methods to Python 3.x methods
    
    With the removal of Python 2.x we can remove the unittest2 compat
    wrappers and switch to assertCountEqual instead of assertItemsEqual
    
    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: I4fd20ef857846117b50e8d17fdf98fa4aa117262
This commit is contained in:
Dirk Mueller 2020-06-23 14:20:59 +02:00 committed by Gerrit Code Review
parent 4b2567a6b1
commit 570f1c0d4a
1 changed files with 1 additions and 1 deletions

2
os-win

@ -1 +1 @@
Subproject commit 33036bcc3284e829a505ab19810f3453a4b16365
Subproject commit 066c1c49b52de17217edfdbefe9c96e457ad23d2