Skip to content

Commit

Permalink
Remove -q from list --json test (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dukecat0 authored Jan 1, 2024
1 parent 6d47060 commit 3e07fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_list_json(pipx_temp_env, capsys):
assert not run_pipx_cli(["inject", "pylint", PKG["isort"]["spec"]])
captured = capsys.readouterr()

assert not run_pipx_cli(["list", "-q", "--json"])
assert not run_pipx_cli(["list", "--json"])
captured = capsys.readouterr()

assert not re.search(r"\S", captured.err)
Expand Down

0 comments on commit 3e07fdf

Please sign in to comment.