Skip to content

Commit 06a597d

Browse files
authored
Add type annotations
1 parent 1ed8159 commit 06a597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_faulthandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_timeout():
8787

8888

8989
@pytest.mark.parametrize("hook_name", ["pytest_enter_pdb", "pytest_exception_interact"])
90-
def test_cancel_timeout_on_hook(monkeypatch, hook_name):
90+
def test_cancel_timeout_on_hook(monkeypatch, hook_name) -> None:
9191
"""Make sure that we are cancelling any scheduled traceback dumping due
9292
to timeout before entering pdb (pytest-dev/pytest-faulthandler#12) or any
9393
other interactive exception (pytest-dev/pytest-faulthandler#14)."""

0 commit comments

Comments
 (0)