pytest plugin that activates the faulthandler module during tests, enabling tracebacks for segfaults and crashes. Version 2.0.1 is a dummy package that no longer does anything because faulthandler is built into Python 3.3+. The plugin is effectively obsolete.
pip install pytest-faulthandlerVerified import paths — ran on the pinned version, not inferred.
Install and run pytest. The plugin automatically activates the fault handler.
For Python 3.3+, remove the dependency. If you need fault handler tracebacks, use PYTHONFAULTHANDLER=1 or call faulthandler.enable() in conftest.py.
Remove the dependency entirely for Python >=3.3; the built-in faulthandler module handles all cases.
Pin to Python 3.3+ or avoid using this plugin entirely.
No dependency data recorded yet.