Remove/replace some more unnecessary uses of py.path
This commit is contained in:
@@ -465,7 +465,7 @@ class Session(nodes.FSCollector):
|
||||
def __init__(self, config: Config) -> None:
|
||||
super().__init__(
|
||||
path=config.rootpath,
|
||||
fspath=config.rootdir,
|
||||
fspath=None,
|
||||
parent=None,
|
||||
config=config,
|
||||
session=self,
|
||||
|
||||
Reference in New Issue
Block a user