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] committed Jan 23, 2024
1 parent e6566ad commit c6eb5f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/cli/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,10 +619,7 @@ def test_composite_keep_going_on_failure(project, pdm, capfd):
"first": {"cmd": ["python", "-c", "print('First CALLED')"]},
"fail": "python -c 'raise Exception'",
"second": "echo 'Second CALLED'",
"test": {
"composite": ["first", "fail", "second"],
"keep_going": True
},
"test": {"composite": ["first", "fail", "second"], "keep_going": True},
}
project.pyproject.write()
capfd.readouterr()
Expand Down

0 comments on commit c6eb5f4

Please sign in to comment.