Type annotate _pytest.debugging (a bit)

This commit is contained in:
Ran Benita
2020-05-01 14:40:16 +03:00
parent 216a010ab7
commit 01797e6370
4 changed files with 22 additions and 14 deletions

View File

@@ -99,7 +99,7 @@ class FaultHandlerHooks:
yield
@pytest.hookimpl(tryfirst=True)
def pytest_enter_pdb(self):
def pytest_enter_pdb(self) -> None:
"""Cancel any traceback dumping due to timeout before entering pdb.
"""
import faulthandler