Skip to content

Commit

Permalink
Change deprecated pytest decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
hneiva committed Jun 26, 2024
1 parent 0e86b12 commit 543cf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _raiseCustomException():
return _succeedOnSecondAttempt(exception=NewError)


@pytest.yield_fixture
@pytest.fixture
def check_logging(caplog):
"""
Ensure that all log messages can be formatted.
Expand Down

0 comments on commit 543cf58

Please sign in to comment.