You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling request.getfuncargvalue() gives this rather unhelpful message which makes it hard to figure out where the call happens:
...
=== warnings summary ===
system/test_asdf.py::test_fghj
/bla/bla/bla/_pytest/fixtures.py:431: DeprecationWarning: use of getfuncargvalue is deprecated, use getfixturevalue
DeprecationWarning)