On Mon, Feb 22, 2021 at 9:49 PM 'David Gow' via KUnit Development kunit-dev@googlegroups.com wrote:
The first argument to namedtuple() should match the name of the type, which wasn't the case for KconfigEntryBase.
Fixing this is enough to make mypy show no python typing errors again.
Fixes 97752c39bd ("kunit: kunit_tool: Allow .kunitconfig to disable config items") Signed-off-by: David Gow davidgow@google.com
Acked-by: Brendan Higgins brendanhiggins@google.com