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 56590aa commit fec0cc2Copy full SHA for fec0cc2
src/_pytest/fixtures.py
@@ -201,7 +201,7 @@ def get_parametrized_fixture_keys(
201
assert scopenum < scopenum_function, (scopenum, scopenum_function)
202
203
try:
204
- cs = item.callspec # type: ignore[attr-defined]
+ cs = item.callspec # type: ignore[attr-defined] # noqa: F821
205
except AttributeError:
206
return
207
if TYPE_CHECKING:
0 commit comments