Skip to content

Commit

Permalink
remove unnecessary patching
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 11, 2024
1 parent 1c7c9e5 commit a564484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_impls.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def test_edit_pyproject(
),
],
)
@patch("rapids_build_backend.impls._get_git_commit", Mock(return_value="abc123"))
def test_check_setup_py(
setup_py_content,
expect_error,
Expand Down

0 comments on commit a564484

Please sign in to comment.