Skip to content

Commit 7c2e0de

Browse files
Apply ruff/flake8-pytest-style rule PT023
PT023 Use `@pytest.mark.skip_commit` over `@pytest.mark.skip_commit()`
1 parent 3fdea92 commit 7c2e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_file_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_symlink_not_in_scm_while_target_is(inwd: WorkDir) -> None:
212212

213213

214214
@pytest.mark.issue(587)
215-
@pytest.mark.skip_commit()
215+
@pytest.mark.skip_commit
216216
def test_not_commited(inwd: WorkDir) -> None:
217217
assert find_files() == []
218218

0 commit comments

Comments
 (0)