Type annotate _pytest.debugging (a bit)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user