Skip to content

lisa.utils: Avoid __slots__ use in lisa.utils.namedtuple()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr468 into master

It currently breaks deserialization in ruamel.yaml due to this bug: https://bitbucket.org/ruamel/yaml/issues/329/typo-in-constructorpy-prevents-loading

This commit can be reverted once the bug is fixed.

Merge request reports