Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and manuco committed Jan 5, 2024
1 parent 1ae2f4e commit 7d8d1eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3585,7 +3585,9 @@ def test_stdout_should_not_be_read_when_stdin_is_not_a_plain_file(
runner,
tmp_path,
):
parse_req.side_effect = lambda fname, finder, options, session: pytest.fail("Must not be called when output is a fifo")
parse_req.side_effect = lambda fname, finder, options, session: pytest.fail(
"Must not be called when output is a fifo"
)

req_in = tmp_path / "requirements.txt"
req_in.touch()
Expand Down

0 comments on commit 7d8d1eb

Please sign in to comment.