From 968d97de0407639cb784bc24868464f26a3fe16f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 13 Aug 2026 14:13:09 -0700 Subject: [PATCH] Omit archive result summary from dependency installs --- archivebox/services/runner.py | 2 -- archivebox/tests/test_cli_install.py | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/archivebox/services/runner.py b/archivebox/services/runner.py index da7c2c7f..41cd7c2c 100644 --- a/archivebox/services/runner.py +++ b/archivebox/services/runner.py @@ -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) diff --git a/archivebox/tests/test_cli_install.py b/archivebox/tests/test_cli_install.py index 7ae0c110..50790e2c 100644 --- a/archivebox/tests/test_cli_install.py +++ b/archivebox/tests/test_cli_install.py @@ -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 = {