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
fixtures: fix incorrect "duplicate parametrization" when using indirect=[...]
The code in `_get_direct_parametrize_args` only handled
`indirect=True/False`, it didn't account for `indirect=[...]`. This
caused the added test to start failing after
d56b1af.
Fix by using the common `_resolve_args_directness` function. It's a bit
heavy for the task but correctness first...
Fix#13974.
0 commit comments