Skip to content

lisa.utils: Fix namedtuple(module=...) parameter

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

collections.namedtuple() only accepts an undocumented module parameter starting from Python 3.6 or possibly 3.7. Therefore, avoid using it and set module explicitly on the type.

Merge request reports