diff --git a/tests/e2e/test_update_all_no_system.py b/tests/e2e/test_update_all_no_system.py index fca0dd3..294aa44 100644 --- a/tests/e2e/test_update_all_no_system.py +++ b/tests/e2e/test_update_all_no_system.py @@ -93,7 +93,6 @@ class TestIntegrationUpdateAllshallowNoSystem(unittest.TestCase): "--clone-mode", "shallow", "--no-verification", - "--silent", ] self._run_cmd(["pkgmgr", *args], label="pkgmgr", env=env) pkgmgr_help_debug() @@ -108,7 +107,6 @@ class TestIntegrationUpdateAllshallowNoSystem(unittest.TestCase): "--clone-mode", "shallow", "--no-verification", - "--silent", ] self._run_cmd( ["nix", "run", ".#pkgmgr", "--", *args],