Update git submodules

* Update murano from branch 'master'
  to dc89e7cf61a7728837cc69bf1bbb15f99164c89b
  - Fix compatibility with Python 3.10
    
    Since testing with Python 3.10, the test
      murano.tests.unit.dsl.test_helpers.TestDSLHelpers.test_weak_ref
    was failing with
      testtools.matchers._impl.MismatchError: 'weakref' != 'ReferenceType'
    
    This is simply the result of newer Python being more correct about
    the name of the weakref ReferenceType.
    
    The fix here is to ask what the name is of the class and use that
    instead of the hardcoded 'weakref' name.
    
    Change-Id: I26ea4750f10dedb04a07d188e57fcd391a28f870
This commit is contained in:
Andy Botting 2022-10-18 14:04:39 +11:00 committed by Gerrit Code Review
parent 4cd2b1eff3
commit 4b65ae0489
1 changed files with 1 additions and 1 deletions

2
murano

@ -1 +1 @@
Subproject commit 98cdff796cd34eb100e1f1b6d88a3f86ca203d5b
Subproject commit dc89e7cf61a7728837cc69bf1bbb15f99164c89b