Update git submodules

* Update tacker from branch 'master'
  - Merge "Introduce py39 for unittests"
  - Introduce py39 for unittests
    
    This update is to introduce py39 for unittest via tox. After installing
    python3.9, you can run tests with py39.
    
      # Run unittests with py39
      $ tox -e py39
      # or debug
      $ tox -e debug-py39
    
    For the update, replace `base64.encodestring` with `base64.encodebytes`
    because it has been a deplicated alias and removed in python3.9.
    
    Change-Id: I1ea2e4fb836c485cfe7690c3bf8a0791ced655d5
    Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
This commit is contained in:
Zuul 2020-11-09 18:20:33 +00:00 committed by Gerrit Code Review
parent 73d700fafb
commit fd41275db4
1 changed files with 1 additions and 1 deletions

2
tacker

@ -1 +1 @@
Subproject commit 6fb9a7b46e72a03df44eb21ddd1f8f90abff4aee
Subproject commit 87a0d960b2870d03e08cbc8f63d27347bc2046d0