murano/murano
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
..
api Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
cfapi Use consistent session options 2017-07-28 14:55:45 +02:00
cmd [goal] Deprecate the JSON formatted policy file 2021-03-07 17:50:48 -06:00
common [goal] Deprecate the JSON formatted policy file 2021-03-07 17:50:48 -06:00
db Fix compatibility with oslo.db 12.1.0 2022-10-12 13:11:52 +11:00
dsl Replace abc.abstractproperty with property and abc.abstractmethod 2022-10-12 04:56:01 +00:00
engine Replace deprecated import of ABCs from collections 2021-08-02 08:27:12 +00:00
hacking Remove six murano/hacking 2020-04-17 19:41:02 -07:00
httpd Always reset cfg.CONF when starting the wsgi app 2020-06-04 12:52:37 +02:00
locale Imported Translations from Zanata 2022-06-21 03:19:18 +00:00
packages Replace abc.abstractproperty with property and abc.abstractmethod 2022-10-12 04:56:01 +00:00
policy Remove six murano/policy 2020-04-17 18:48:08 -07:00
services Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
tests Fix compatibility with Python 3.10 2022-10-12 21:25:08 +11:00
__init__.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00
context.py Refactor existing context attributes to base class 2017-05-10 15:58:00 +03:00
monkey_patch.py Monkey patch original current_thread _active 2020-05-06 00:52:04 +03:00
opts.py Fix pep8 E402 2019-01-09 13:23:29 +08:00
utils.py Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
version.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00