Update src/_pytest/nodes.py
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
parent
9f6cd8e916
commit
7bba88ced7
|
@ -669,7 +669,7 @@ class Item(Node):
|
||||||
nodeid: Optional[str] = None,
|
nodeid: Optional[str] = None,
|
||||||
**kw,
|
**kw,
|
||||||
) -> None:
|
) -> None:
|
||||||
# The first two arguments are intentionally passed postionally,
|
# The first two arguments are intentionally passed positionally,
|
||||||
# to keep plugins who define a node type which inherits from
|
# to keep plugins who define a node type which inherits from
|
||||||
# (pytest.Item, pytest.File) working (see issue #8435).
|
# (pytest.Item, pytest.File) working (see issue #8435).
|
||||||
# They can be made kwargs when the deprecation above is done.
|
# They can be made kwargs when the deprecation above is done.
|
||||||
|
|
Loading…
Reference in New Issue