fixing the fix of the last commit
This commit is contained in:
parent
67de2c53ac
commit
cf17f1d628
|
@ -1419,7 +1419,7 @@ class FixtureManager:
|
||||||
if p.basename.startswith("conftest.py"):
|
if p.basename.startswith("conftest.py"):
|
||||||
nodeid = p.dirpath().relto(self.session.fspath)
|
nodeid = p.dirpath().relto(self.session.fspath)
|
||||||
if p.sep != "/":
|
if p.sep != "/":
|
||||||
nodeid.replace(p.sep, "/")
|
nodeid = nodeid.replace(p.sep, "/")
|
||||||
self.parsefactories(plugin, nodeid)
|
self.parsefactories(plugin, nodeid)
|
||||||
self._seenplugins.add(plugin)
|
self._seenplugins.add(plugin)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue