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
Basically, when you have 2 fixtures, one session and one function scoped that both require another session scoped fixture via request.getfixturevalue(), the cleanup order of the fixtures is incorrect. The shared resource gets cleaned up before the session fixture that relies on it.