murano/murano/tests
Andy Botting dc89e7cf61 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
2022-10-12 21:25:08 +11:00
..
functional Replace git.openstack.org URLs with opendev.org URLs 2019-06-25 14:43:40 +08:00
unit Fix compatibility with Python 3.10 2022-10-12 21:25:08 +11:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00