diff --git a/src/_pytest/nodes.py b/src/_pytest/nodes.py index 37b0b3d2b..0a5acbad9 100644 --- a/src/_pytest/nodes.py +++ b/src/_pytest/nodes.py @@ -634,7 +634,6 @@ class FSCollector(Collector): **kw, ): """The public constructor.""" - path, fspath = _imply_path(path, fspath=fspath) return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) def gethookproxy(self, fspath: "os.PathLike[str]"):