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 d45d043 commit 43b5c30Copy full SHA for 43b5c30
src/_pytest/nodes.py
@@ -25,13 +25,11 @@
25
from _pytest.mark.structures import Mark
26
from _pytest.mark.structures import MarkDecorator
27
from _pytest.mark.structures import NodeKeywords
28
-from _pytest.outcomes import fail
29
from _pytest.outcomes import Failed
30
31
if False: # TYPE_CHECKING
32
# Imported here due to circular import.
33
from _pytest.main import Session # noqa: F401
34
- from _pytest.fixtures import FixtureDef
35
36
SEP = "/"
37
0 commit comments