Skip to content

Commit 8320c07

Browse files
Update testing/test_faulthandler.py
Co-authored-by: Sanket Duthade <[email protected]>
1 parent 043ed55 commit 8320c07

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
@@ -108,7 +108,7 @@ def test_cancel_timeout_on_hook(monkeypatch, hook_name):
108108

109109

110110
@pytest.mark.parametrize("faulthandler_timeout", [0, 2])
111-
def test_already_initialized(faulthandler_timeout, pytester: Pytester):
111+
def test_already_initialized(faulthandler_timeout: int, pytester: Pytester) -> None:
112112
"""Test for faulthandler being initialized earlier than pytest (#6575)."""
113113
pytester.makepyfile(
114114
"""

0 commit comments

Comments
 (0)