We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-q
list --json
1 parent 6d47060 commit 3e07fdfCopy full SHA for 3e07fdf
tests/test_list.py
@@ -80,7 +80,7 @@ def test_list_json(pipx_temp_env, capsys):
80
assert not run_pipx_cli(["inject", "pylint", PKG["isort"]["spec"]])
81
captured = capsys.readouterr()
82
83
- assert not run_pipx_cli(["list", "-q", "--json"])
+ assert not run_pipx_cli(["list", "--json"])
84
85
86
assert not re.search(r"\S", captured.err)
0 commit comments