Skip to content

Commit

Permalink
change according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Apr 19, 2024
1 parent e03c29b commit 6ccb727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_install_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ccb727

Please sign in to comment.