Skip to content

Commit

Permalink
Apply ruff/flake8-pytest-style rule PT023
Browse files Browse the repository at this point in the history
PT023 Use `@pytest.mark.skip_commit` over `@pytest.mark.skip_commit()`
  • Loading branch information
DimitriPapadopoulos committed Jan 16, 2025
1 parent febd01c commit 2d43b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_file_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_symlink_not_in_scm_while_target_is(inwd: WorkDir) -> None:


@pytest.mark.issue(587)
@pytest.mark.skip_commit()
@pytest.mark.skip_commit
def test_not_commited(inwd: WorkDir) -> None:
assert find_files() == []

Expand Down

0 comments on commit 2d43b14

Please sign in to comment.