Skip to content

Commit

Permalink
fix skip handling regarding undefined variable after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Mar 16, 2024
1 parent b636330 commit d2f196b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/scripts/test_make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def test_get_formatted_changes():


def test_get_formatted_changes__other():
make_release = pytest.importorskip("make_release")

changes = [
make_release.Change(
commit_hash="f20c36eabd59ea661f30c5da35af7c9e435c7de9",
Expand Down

0 comments on commit d2f196b

Please sign in to comment.