From 6ccb727879e3b04800bc37328262e856f354d5b9 Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Sat, 20 Apr 2024 06:23:02 +0800 Subject: [PATCH] change according to review --- tests/test_install_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_install_all.py b/tests/test_install_all.py index 2b940c614b..d397508869 100644 --- a/tests/test_install_all.py +++ b/tests/test_install_all.py @@ -27,4 +27,4 @@ def test_install_all_multiple_errors(pipx_temp_env, root, capsys): assert run_pipx_cli(["install-all", str(pipx_metadata_path)]) captured = capsys.readouterr() assert "The following package(s) failed to install: dotenv, weblate" in captured.err - assert "No packages installed after running 'pipx install-all" in captured.out + assert f"No packages installed after running 'pipx install-all {pipx_metadata_path}'" in captured.out