Re: [PATCH v2 4/8] dts: remove module-wide imports

2024-06-06 Thread Juraj Linkeš
On 9. 5. 2024 13:20, Luca Vizzarro wrote: Remove the imports in the testbed_model and remote_session modules init file, to avoid the initialisation of unneeded modules, thus removing or limiting the risk of circular dependencies. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek ---

Re: [PATCH v2 4/8] dts: remove module-wide imports

2024-05-28 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

Re: [PATCH v2 4/8] dts: remove module-wide imports

2024-05-28 Thread Nicholas Pratte
Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Thu, May 9, 2024 at 7:21 AM Luca Vizzarro wrote: > > Remove the imports in the testbed_model and remote_session modules init > file, to avoid the initialisation of unneeded modules, thus removing or > limiting the risk of circular depen

[PATCH v2 4/8] dts: remove module-wide imports

2024-05-09 Thread Luca Vizzarro
Remove the imports in the testbed_model and remote_session modules init file, to avoid the initialisation of unneeded modules, thus removing or limiting the risk of circular dependencies. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/__init__.py