transformer_lens.model_bridge.sources.inspect.conftest module¶
Skip doctest-modules collection of inspect-provider files when inspect_ai is not
installed (it’s an optional extra). Each file does a top-level from inspect_ai.model
import … for the ModelAPI base + helper types — guarding that import per-file would
bury the dependency contract; one collect-time skip here keeps the providers’ source clean
and lets make docstring-test run cleanly without the inspect extra.