We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c355f commit ae83dbdCopy full SHA for ae83dbd
src/_pytest/python.py
@@ -1590,9 +1590,8 @@ def _prunetraceback(self, excinfo: ExceptionInfo) -> None:
1590
1591
# TODO: Type ignored -- breaks Liskov Substitution.
1592
def repr_failure( # type: ignore[override] # noqa: F821
1593
- self, excinfo: ExceptionInfo[BaseException], outerr: None = None
+ self, excinfo: ExceptionInfo[BaseException],
1594
) -> Union[str, TerminalRepr]:
1595
- assert outerr is None, "XXX outerr usage is deprecated"
1596
style = self.config.getoption("tbstyle", "auto")
1597
if style == "auto":
1598
style = "long"
0 commit comments