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 Dec 7, 2024
1 parent 9c4af2d commit 3b6c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def test_foo(self):
def test_skip_with_failure_and_non_subskip(
self,
pytester: pytest.Pytester,
monkeypatch: pytest.MonkeyPatch,
monkeypatch: pytest.MonkeyPatch,
runner: Literal["unittest", "pytest-normal", "pytest-xdist"],
) -> None:
monkeypatch.setenv("COLUMNS", "80")
Expand Down

0 comments on commit 3b6c4ff

Please sign in to comment.