fixing the fix of the last commit

This commit is contained in:
holger@merlinux.eu
2012-10-17 13:45:03 +02:00
parent 67de2c53ac
commit cf17f1d628

View File

@@ -1419,7 +1419,7 @@ class FixtureManager:
if p.basename.startswith("conftest.py"):
nodeid = p.dirpath().relto(self.session.fspath)
if p.sep != "/":
nodeid.replace(p.sep, "/")
nodeid = nodeid.replace(p.sep, "/")
self.parsefactories(plugin, nodeid)
self._seenplugins.add(plugin)