Skip to content

Commit 9c2247e

Browse files
committed
code: drop Experimental API label from ExceptionInfo.from_exc_info
This API is OK, I don't think we're going to change something about it at this point.
1 parent 61f7c27 commit 9c2247e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/_pytest/_code/code.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,6 @@ def from_exc_info(
476476
) -> "ExceptionInfo[E]":
477477
"""Return an ExceptionInfo for an existing exc_info tuple.
478478
479-
.. warning::
480-
481-
Experimental API
482-
483479
:param exprinfo:
484480
A text string helping to determine if we should strip
485481
``AssertionError`` from the output. Defaults to the exception

0 commit comments

Comments
 (0)