We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd2cca + 9d9a217 commit cffa7a2Copy full SHA for cffa7a2
pytest_fixture_tools/plugin.py
@@ -91,7 +91,7 @@ def _show_fixture_duplicates_main(config, session):
91
else fm._arg2fixturedefs)
92
for item in session.items:
93
for argname in arg2fixturedefs:
94
- fixturedefs = fm.getfixturedefs(argname, item.nodeid)
+ fixturedefs = fm.getfixturedefs(argname, item)
95
assert fixturedefs is not None
96
if not fixturedefs:
97
continue
0 commit comments