Omit archive result summary from dependency installs

This commit is contained in:
Nick Sweeting 2026-08-13 14:13:09 -07:00
parent 5f9c36eb29
commit 968d97de04
2 changed files with 1 additions and 2 deletions

View File

@ -1962,8 +1962,6 @@ async def _run_install(plugin_names: list[str] | None = None) -> None:
finally:
await bus.destroy(clear=False)
bus_destroyed = True
if live_ui is not None:
live_ui.print_summary(output_dir=output_dir, archive_results=[])
finally:
if not bus_destroyed:
await bus.destroy(clear=False)

View File

@ -204,6 +204,7 @@ def test_install_updates_binary_table(initialized_archive):
output = result.stdout + result.stderr
assert result.returncode == 0, output
assert "0 succeeded, 0 noresult, 0 failed, 0 skipped" not in output
with use_archivebox_db(initialized_archive):
binary_counts = {