ci: apply common-scripts CI refactor

This commit is contained in:
Fu Hanxi
2026-07-22 16:29:45 +02:00
parent bbf1a2e013
commit d61d931d33
27 changed files with 210 additions and 1346 deletions

View File

@@ -598,7 +598,7 @@ def pytest_unconfigure(config: Config) -> None:
config.pluginmanager.unregister(idf_local_plugin)
dut_artifacts_url = []
dut_artifacts_url: t.List[str] = []
@pytest.hookimpl(hookwrapper=True)