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 edfcc86 commit 309030cCopy full SHA for 309030c
src/_pytest/python_api.py
@@ -17,9 +17,9 @@
17
from typing import TYPE_CHECKING
18
from typing import TypeVar
19
20
+from _pytest._code import ExceptionInfo
21
from _pytest.outcomes import fail
22
from _pytest.raises_group import RaisesExc
-from pytest import ExceptionInfo
23
24
25
if sys.version_info < (3, 11):
src/_pytest/raises_group.py
@@ -17,10 +17,10 @@
import warnings
from _pytest._code.code import stringify_exception
from _pytest.warning_types import PytestWarning
26
if TYPE_CHECKING:
0 commit comments