Skip to content

Commit 04ac45d

Browse files
committed
test: remove unused click parameter
pallets/click#1435
1 parent 6e920cf commit 04ac45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def cli_invoke(temp_dir: Path):
6161
"""
6262

6363
def invoke(command, expect_ok=True):
64-
runner = CliRunner(mix_stderr=False)
64+
runner = CliRunner()
6565
result = runner.invoke(scriv_cli, command)
6666
print(result.stdout, end="")
6767
print(result.stderr, end="", file=sys.stderr)

0 commit comments

Comments
 (0)