Skip to content

Commit 3e07fdf

Browse files
authored
Remove -q from list --json test (#1181)
1 parent 6d47060 commit 3e07fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_list_json(pipx_temp_env, capsys):
8080
assert not run_pipx_cli(["inject", "pylint", PKG["isort"]["spec"]])
8181
captured = capsys.readouterr()
8282

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

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

0 commit comments

Comments
 (0)