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.
1 parent 6bd2cca commit 9d9a217Copy full SHA for 9d9a217
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