Re: [PATCH 1/2] dts: include smoke tests in tests config

2025-04-03 Thread Patrick Robb
Thanks Luca for the info - there is also 1 other fix needed. I'll send a v2. On Thu, Apr 3, 2025 at 9:45 AM Luca Vizzarro wrote: > Hi Patrick, > > this looks good, easy and quick fix. I am afraid that you can't append > to an `Iterable` type though. I've also confirmed this with mypy: > >Uns

Re: [PATCH 1/2] dts: include smoke tests in tests config

2025-04-03 Thread Luca Vizzarro
Hi Patrick, this looks good, easy and quick fix. I am afraid that you can't append to an `Iterable` type though. I've also confirmed this with mypy: Unsupported left operand type for + ("Iterable[TestSuiteConfig]") I guess the easiest fix is to just change the argument type to `list` from