diff --git a/py/test/collect.py b/py/test/collect.py index 358f33987..c1823b1d7 100644 --- a/py/test/collect.py +++ b/py/test/collect.py @@ -439,6 +439,8 @@ class Item(Node): """ deprecated, here because subclasses might call it. """ return obj(*args) + def metainfo(self): + return self.fspath, None, "" def warnoldcollect(function=None): py.log._apiwarn("1.0",